Class DsnListInputData.Builder
- java.lang.Object
-
- zowe.client.sdk.zosfiles.dsn.input.DsnListInputData.Builder
-
- Enclosing class:
- DsnListInputData
public static class DsnListInputData.Builder extends Object
Builder class for DsnListInputData
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsnListInputData.Builderattribute(AttributeType attribute)Set indicator that we want to show more attributesDsnListInputDatabuild()Return DsnListInputData object based on Builder this objectDsnListInputData.BuildermaxLength(String maxLength)The indicator that we want to show more attributesDsnListInputData.Builderpattern(String pattern)An optional pattern for restricting the response listDsnListInputData.Builderrecall(String recall)An optional parameter that specifies how to handle migrated data setsDsnListInputData.BuilderresponseTimeout(String responseTimeout)Response time out valueDsnListInputData.Builderstart(String start)An optional search parameter that specifies the first data set name to return to the response documentDsnListInputData.Buildervolume(String volume)The volume where the data set resides
-
-
-
Method Detail
-
volume
public DsnListInputData.Builder volume(String volume)
The volume where the data set resides- Parameters:
volume- The volume where the data set resides- Returns:
- Builder this object
-
attribute
public DsnListInputData.Builder attribute(AttributeType attribute)
Set indicator that we want to show more attributes- Parameters:
attribute- AttributeType value- Returns:
- Builder this object
-
maxLength
public DsnListInputData.Builder maxLength(String maxLength)
The indicator that we want to show more attributes- Parameters:
maxLength- int value- Returns:
- Builder this object
-
start
public DsnListInputData.Builder start(String start)
An optional search parameter that specifies the first data set name to return to the response document- Parameters:
start- string value- Returns:
- Builder this object
-
recall
public DsnListInputData.Builder recall(String recall)
An optional parameter that specifies how to handle migrated data sets- Parameters:
recall- string value- Returns:
- Builder this object
-
pattern
public DsnListInputData.Builder pattern(String pattern)
An optional pattern for restricting the response list- Parameters:
pattern- string value- Returns:
- Builder this object
-
responseTimeout
public DsnListInputData.Builder responseTimeout(String responseTimeout)
Response time out value- Parameters:
responseTimeout- string value- Returns:
- Builder this object
-
build
public DsnListInputData build()
Return DsnListInputData object based on Builder this object- Returns:
- DsnListInputData this object
-
-