Interface TN3270StepOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TN3270StepOutput.Builder,
,TN3270StepOutput> SdkBuilder<TN3270StepOutput.Builder,
,TN3270StepOutput> SdkPojo
- Enclosing class:
TN3270StepOutput
@Mutable
@NotThreadSafe
public static interface TN3270StepOutput.Builder
extends SdkPojo, CopyableBuilder<TN3270StepOutput.Builder,TN3270StepOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetDetails
(Collection<DataSet> dataSetDetails) The data set details of the TN3270 step output.dataSetDetails
(Consumer<DataSet.Builder>... dataSetDetails) The data set details of the TN3270 step output.dataSetDetails
(DataSet... dataSetDetails) The data set details of the TN3270 step output.dataSetExportLocation
(String dataSetExportLocation) The data set export location of the TN3270 step output.dmsOutputLocation
(String dmsOutputLocation) The output location of the TN3270 step output.scriptOutputLocation
(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 Details
-
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
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
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
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
The data set details of the TN3270 step output.
This is a convenience method that creates an instance of theDataSet.Builder
avoiding the need to create one manually viaDataSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSetDetails(List<DataSet>)
.- 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:
-
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.
-