Interface CompareDatabaseCDCStepInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompareDatabaseCDCStepInput.Builder,CompareDatabaseCDCStepInput>,SdkBuilder<CompareDatabaseCDCStepInput.Builder,CompareDatabaseCDCStepInput>,SdkPojo
- Enclosing class:
- CompareDatabaseCDCStepInput
public static interface CompareDatabaseCDCStepInput.Builder extends SdkPojo, CopyableBuilder<CompareDatabaseCDCStepInput.Builder,CompareDatabaseCDCStepInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CompareDatabaseCDCStepInput.BuilderoutputLocation(String outputLocation)The output location of the compare database CDC step input.CompareDatabaseCDCStepInput.BuildersourceLocation(String sourceLocation)The source location of the compare database CDC step input.default CompareDatabaseCDCStepInput.BuildersourceMetadata(Consumer<SourceDatabaseMetadata.Builder> sourceMetadata)The source metadata of the compare database CDC step input.CompareDatabaseCDCStepInput.BuildersourceMetadata(SourceDatabaseMetadata sourceMetadata)The source metadata of the compare database CDC step input.CompareDatabaseCDCStepInput.BuildertargetLocation(String targetLocation)The target location of the compare database CDC step input.default CompareDatabaseCDCStepInput.BuildertargetMetadata(Consumer<TargetDatabaseMetadata.Builder> targetMetadata)The target metadata location of the compare database CDC step input.CompareDatabaseCDCStepInput.BuildertargetMetadata(TargetDatabaseMetadata targetMetadata)The target metadata location of the compare database CDC step input.-
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
-
sourceLocation
CompareDatabaseCDCStepInput.Builder sourceLocation(String sourceLocation)
The source location of the compare database CDC step input.
- Parameters:
sourceLocation- The source location of the compare database CDC step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetLocation
CompareDatabaseCDCStepInput.Builder targetLocation(String targetLocation)
The target location of the compare database CDC step input.
- Parameters:
targetLocation- The target location of the compare database CDC step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputLocation
CompareDatabaseCDCStepInput.Builder outputLocation(String outputLocation)
The output location of the compare database CDC step input.
- Parameters:
outputLocation- The output location of the compare database CDC step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceMetadata
CompareDatabaseCDCStepInput.Builder sourceMetadata(SourceDatabaseMetadata sourceMetadata)
The source metadata of the compare database CDC step input.
- Parameters:
sourceMetadata- The source metadata of the compare database CDC step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceMetadata
default CompareDatabaseCDCStepInput.Builder sourceMetadata(Consumer<SourceDatabaseMetadata.Builder> sourceMetadata)
The source metadata of the compare database CDC step input.
This is a convenience method that creates an instance of theSourceDatabaseMetadata.Builderavoiding the need to create one manually viaSourceDatabaseMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceMetadata(SourceDatabaseMetadata).- Parameters:
sourceMetadata- a consumer that will call methods onSourceDatabaseMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceMetadata(SourceDatabaseMetadata)
-
targetMetadata
CompareDatabaseCDCStepInput.Builder targetMetadata(TargetDatabaseMetadata targetMetadata)
The target metadata location of the compare database CDC step input.
- Parameters:
targetMetadata- The target metadata location of the compare database CDC step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetMetadata
default CompareDatabaseCDCStepInput.Builder targetMetadata(Consumer<TargetDatabaseMetadata.Builder> targetMetadata)
The target metadata location of the compare database CDC step input.
This is a convenience method that creates an instance of theTargetDatabaseMetadata.Builderavoiding the need to create one manually viaTargetDatabaseMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetMetadata(TargetDatabaseMetadata).- Parameters:
targetMetadata- a consumer that will call methods onTargetDatabaseMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
targetMetadata(TargetDatabaseMetadata)
-
-