Interface CompareDataSetsStepInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompareDataSetsStepInput.Builder,
,CompareDataSetsStepInput> SdkBuilder<CompareDataSetsStepInput.Builder,
,CompareDataSetsStepInput> SdkPojo
- Enclosing class:
CompareDataSetsStepInput
-
Method Summary
Modifier and TypeMethodDescriptionsourceDataSets
(Collection<DataSet> sourceDataSets) The source data sets of the compare data sets step input location.sourceDataSets
(Consumer<DataSet.Builder>... sourceDataSets) The source data sets of the compare data sets step input location.sourceDataSets
(DataSet... sourceDataSets) The source data sets of the compare data sets step input location.sourceLocation
(String sourceLocation) The source location of the compare data sets step input location.targetDataSets
(Collection<DataSet> targetDataSets) The target data sets of the compare data sets step input location.targetDataSets
(Consumer<DataSet.Builder>... targetDataSets) The target data sets of the compare data sets step input location.targetDataSets
(DataSet... targetDataSets) The target data sets of the compare data sets step input location.targetLocation
(String targetLocation) The target location of the compare data sets step input location.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
-
sourceLocation
The source location of the compare data sets step input location.
- Parameters:
sourceLocation
- The source location of the compare data sets step input location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetLocation
The target location of the compare data sets step input location.
- Parameters:
targetLocation
- The target location of the compare data sets step input location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDataSets
The source data sets of the compare data sets step input location.
- Parameters:
sourceDataSets
- The source data sets of the compare data sets step input location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDataSets
The source data sets of the compare data sets step input location.
- Parameters:
sourceDataSets
- The source data sets of the compare data sets step input location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDataSets
The source data sets of the compare data sets step input location.
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 tosourceDataSets(List<DataSet>)
.- Parameters:
sourceDataSets
- 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:
-
targetDataSets
The target data sets of the compare data sets step input location.
- Parameters:
targetDataSets
- The target data sets of the compare data sets step input location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDataSets
The target data sets of the compare data sets step input location.
- Parameters:
targetDataSets
- The target data sets of the compare data sets step input location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDataSets
The target data sets of the compare data sets step input location.
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 totargetDataSets(List<DataSet>)
.- Parameters:
targetDataSets
- 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:
-