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.BuildermaxLength(int maxLength)ListZfsParams.Builderpath(String path)ListZfsParams.Builderuser(String fsname)
-
-
-
Method Detail
-
build
public ListZfsParams build()
-
maxLength
public ListZfsParams.Builder maxLength(int maxLength)
-
path
public ListZfsParams.Builder path(String path)
-
user
public ListZfsParams.Builder user(String fsname)
-
-