Class ListZfsParams.Builder
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.input.ListZfsParams.Builder
-
- Enclosing class:
- ListZfsParams
public static class ListZfsParams.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListZfsParamsbuild()ListZfsParams.Builderfsname(String fsname)ListZfsParams.BuildermaxLength(int maxLength)ListZfsParams.Builderpath(String path)
-
-
-
Method Detail
-
build
public ListZfsParams build()
-
maxLength
public ListZfsParams.Builder maxLength(int maxLength)
-
path
public ListZfsParams.Builder path(String path) throws Exception
- Throws:
Exception
-
fsname
public ListZfsParams.Builder fsname(String fsname) throws Exception
- Throws:
Exception
-
-