Interface CompareDataSetsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompareDataSetsSummary.Builder,
,CompareDataSetsSummary> SdkBuilder<CompareDataSetsSummary.Builder,
,CompareDataSetsSummary> SdkPojo
- Enclosing class:
CompareDataSetsSummary
@Mutable
@NotThreadSafe
public static interface CompareDataSetsSummary.Builder
extends SdkPojo, CopyableBuilder<CompareDataSetsSummary.Builder,CompareDataSetsSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompareDataSetsSummary.Builder
stepInput
(Consumer<CompareDataSetsStepInput.Builder> stepInput) The step input of the compare data sets summary.stepInput
(CompareDataSetsStepInput stepInput) The step input of the compare data sets summary.default CompareDataSetsSummary.Builder
stepOutput
(Consumer<CompareDataSetsStepOutput.Builder> stepOutput) The step output of the compare data sets summary.stepOutput
(CompareDataSetsStepOutput stepOutput) The step output of the compare data sets summary.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
-
stepInput
The step input of the compare data sets summary.
- Parameters:
stepInput
- The step input of the compare data sets summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepInput
default CompareDataSetsSummary.Builder stepInput(Consumer<CompareDataSetsStepInput.Builder> stepInput) The step input of the compare data sets summary.
This is a convenience method that creates an instance of theCompareDataSetsStepInput.Builder
avoiding the need to create one manually viaCompareDataSetsStepInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepInput(CompareDataSetsStepInput)
.- Parameters:
stepInput
- a consumer that will call methods onCompareDataSetsStepInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepOutput
The step output of the compare data sets summary.
- Parameters:
stepOutput
- The step output of the compare data sets summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepOutput
default CompareDataSetsSummary.Builder stepOutput(Consumer<CompareDataSetsStepOutput.Builder> stepOutput) The step output of the compare data sets summary.
This is a convenience method that creates an instance of theCompareDataSetsStepOutput.Builder
avoiding the need to create one manually viaCompareDataSetsStepOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepOutput(CompareDataSetsStepOutput)
.- Parameters:
stepOutput
- a consumer that will call methods onCompareDataSetsStepOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-