Interface CompareDatabaseCDCSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompareDatabaseCDCSummary.Builder,
,CompareDatabaseCDCSummary> SdkBuilder<CompareDatabaseCDCSummary.Builder,
,CompareDatabaseCDCSummary> SdkPojo
- Enclosing class:
CompareDatabaseCDCSummary
@Mutable
@NotThreadSafe
public static interface CompareDatabaseCDCSummary.Builder
extends SdkPojo, CopyableBuilder<CompareDatabaseCDCSummary.Builder,CompareDatabaseCDCSummary>
-
Method Summary
Modifier and TypeMethodDescriptionstepInput
(Consumer<CompareDatabaseCDCStepInput.Builder> stepInput) The step input of the compare database CDC summary.stepInput
(CompareDatabaseCDCStepInput stepInput) The step input of the compare database CDC summary.stepOutput
(Consumer<CompareDatabaseCDCStepOutput.Builder> stepOutput) The step output of the compare database CDC summary.stepOutput
(CompareDatabaseCDCStepOutput stepOutput) The step output of the compare database CDC 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 database CDC summary.
- Parameters:
stepInput
- The step input of the compare database CDC summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepInput
default CompareDatabaseCDCSummary.Builder stepInput(Consumer<CompareDatabaseCDCStepInput.Builder> stepInput) The step input of the compare database CDC summary.
This is a convenience method that creates an instance of theCompareDatabaseCDCStepInput.Builder
avoiding the need to create one manually viaCompareDatabaseCDCStepInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepInput(CompareDatabaseCDCStepInput)
.- Parameters:
stepInput
- a consumer that will call methods onCompareDatabaseCDCStepInput.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 database CDC summary.
- Parameters:
stepOutput
- The step output of the compare database CDC summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepOutput
default CompareDatabaseCDCSummary.Builder stepOutput(Consumer<CompareDatabaseCDCStepOutput.Builder> stepOutput) The step output of the compare database CDC summary.
This is a convenience method that creates an instance of theCompareDatabaseCDCStepOutput.Builder
avoiding the need to create one manually viaCompareDatabaseCDCStepOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepOutput(CompareDatabaseCDCStepOutput)
.- Parameters:
stepOutput
- a consumer that will call methods onCompareDatabaseCDCStepOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-