Interface TN3270StepOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TN3270StepOutput.Builder,TN3270StepOutput>,SdkBuilder<TN3270StepOutput.Builder,TN3270StepOutput>,SdkPojo
- Enclosing class:
- TN3270StepOutput
public static interface TN3270StepOutput.Builder extends SdkPojo, CopyableBuilder<TN3270StepOutput.Builder,TN3270StepOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TN3270StepOutput.BuilderdataSetDetails(Collection<DataSet> dataSetDetails)The data set details of the TN3270 step output.TN3270StepOutput.BuilderdataSetDetails(Consumer<DataSet.Builder>... dataSetDetails)The data set details of the TN3270 step output.TN3270StepOutput.BuilderdataSetDetails(DataSet... dataSetDetails)The data set details of the TN3270 step output.TN3270StepOutput.BuilderdataSetExportLocation(String dataSetExportLocation)The data set export location of the TN3270 step output.TN3270StepOutput.BuilderdmsOutputLocation(String dmsOutputLocation)The output location of the TN3270 step output.TN3270StepOutput.BuilderscriptOutputLocation(String scriptOutputLocation)The script output location of the TN3270 step output.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dataSetExportLocation
TN3270StepOutput.Builder dataSetExportLocation(String dataSetExportLocation)
The data set export location of the TN3270 step output.
- Parameters:
dataSetExportLocation- The data set export location of the TN3270 step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dmsOutputLocation
TN3270StepOutput.Builder dmsOutputLocation(String dmsOutputLocation)
The output location of the TN3270 step output.
- Parameters:
dmsOutputLocation- The output location of the TN3270 step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetDetails
TN3270StepOutput.Builder dataSetDetails(Collection<DataSet> dataSetDetails)
The data set details of the TN3270 step output.
- Parameters:
dataSetDetails- The data set details of the TN3270 step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetDetails
TN3270StepOutput.Builder dataSetDetails(DataSet... dataSetDetails)
The data set details of the TN3270 step output.
- Parameters:
dataSetDetails- The data set details of the TN3270 step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetDetails
TN3270StepOutput.Builder dataSetDetails(Consumer<DataSet.Builder>... dataSetDetails)
The data set details of the TN3270 step output.
This is a convenience method that creates an instance of theDataSet.Builderavoiding the need to create one manually viaDataSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataSetDetails(List.) - Parameters:
dataSetDetails- a consumer that will call methods onDataSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSetDetails(java.util.Collection)
-
scriptOutputLocation
TN3270StepOutput.Builder scriptOutputLocation(String scriptOutputLocation)
The script output location of the TN3270 step output.
- Parameters:
scriptOutputLocation- The script output location of the TN3270 step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-