Interface CompareDataSetsSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompareDataSetsSummary.Builder,CompareDataSetsSummary>,SdkBuilder<CompareDataSetsSummary.Builder,CompareDataSetsSummary>,SdkPojo
- Enclosing class:
- CompareDataSetsSummary
public static interface CompareDataSetsSummary.Builder extends SdkPojo, CopyableBuilder<CompareDataSetsSummary.Builder,CompareDataSetsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CompareDataSetsSummary.BuilderstepInput(Consumer<CompareDataSetsStepInput.Builder> stepInput)The step input of the compare data sets summary.CompareDataSetsSummary.BuilderstepInput(CompareDataSetsStepInput stepInput)The step input of the compare data sets summary.default CompareDataSetsSummary.BuilderstepOutput(Consumer<CompareDataSetsStepOutput.Builder> stepOutput)The step output of the compare data sets summary.CompareDataSetsSummary.BuilderstepOutput(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 Detail
-
stepInput
CompareDataSetsSummary.Builder stepInput(CompareDataSetsStepInput 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.Builderavoiding the need to create one manually viaCompareDataSetsStepInput.builder().When the
Consumercompletes,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:
stepInput(CompareDataSetsStepInput)
-
stepOutput
CompareDataSetsSummary.Builder stepOutput(CompareDataSetsStepOutput 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.Builderavoiding the need to create one manually viaCompareDataSetsStepOutput.builder().When the
Consumercompletes,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:
stepOutput(CompareDataSetsStepOutput)
-
-