Interface BatchStepOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchStepOutput.Builder,
,BatchStepOutput> SdkBuilder<BatchStepOutput.Builder,
,BatchStepOutput> SdkPojo
- Enclosing class:
BatchStepOutput
@Mutable
@NotThreadSafe
public static interface BatchStepOutput.Builder
extends SdkPojo, CopyableBuilder<BatchStepOutput.Builder,BatchStepOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetDetails
(Collection<DataSet> dataSetDetails) The data set details of the batch step output.dataSetDetails
(Consumer<DataSet.Builder>... dataSetDetails) The data set details of the batch step output.dataSetDetails
(DataSet... dataSetDetails) The data set details of the batch step output.dataSetExportLocation
(String dataSetExportLocation) The data set export location of the batch step output.dmsOutputLocation
(String dmsOutputLocation) The Database Migration Service (DMS) output location of the batch 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 batch step output.
- Parameters:
dataSetExportLocation
- The data set export location of the batch step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dmsOutputLocation
The Database Migration Service (DMS) output location of the batch step output.
- Parameters:
dmsOutputLocation
- The Database Migration Service (DMS) output location of the batch step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetDetails
The data set details of the batch step output.
- Parameters:
dataSetDetails
- The data set details of the batch step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetDetails
The data set details of the batch step output.
- Parameters:
dataSetDetails
- The data set details of the batch step output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetDetails
The data set details of the batch 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:
-