public static interface StartReplicationRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartReplicationRequest.Builder,StartReplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartReplicationRequest.Builder |
cdcStartPosition(String cdcStartPosition)
Indicates when you want a change data capture (CDC) operation to start.
|
StartReplicationRequest.Builder |
cdcStartTime(Instant cdcStartTime)
Indicates the start time for a change data capture (CDC) operation.
|
StartReplicationRequest.Builder |
cdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop.
|
StartReplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartReplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartReplicationRequest.Builder |
replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication for which to start replication.
|
StartReplicationRequest.Builder |
startReplicationType(String startReplicationType)
The replication type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartReplicationRequest.Builder replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication for which to start replication.
replicationConfigArn - The Amazon Resource Name of the replication for which to start replication.StartReplicationRequest.Builder startReplicationType(String startReplicationType)
The replication type.
startReplicationType - The replication type.StartReplicationRequest.Builder cdcStartTime(Instant cdcStartTime)
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or
CdcStartPosition to specify when you want a CDC operation to start. Specifying both values
results in an error.
cdcStartTime - Indicates the start time for a change data capture (CDC) operation. Use either
CdcStartTime or CdcStartPosition to specify when you want a CDC operation to
start. Specifying both values results in an error.StartReplicationRequest.Builder cdcStartPosition(String cdcStartPosition)
Indicates when you want a change data capture (CDC) operation to start. Use either
CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
Specifying both values results in an error.
The value can be in date, checkpoint, or LSN/SCN format.
cdcStartPosition - Indicates when you want a change data capture (CDC) operation to start. Use either
CdcStartPosition or CdcStartTime to specify when you want a CDC operation to
start. Specifying both values results in an error.
The value can be in date, checkpoint, or LSN/SCN format.
StartReplicationRequest.Builder cdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
cdcStopPosition - Indicates when you want a change data capture (CDC) operation to stop. The value can be either server
time or commit time.StartReplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartReplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.