public static interface StartReplicationTaskRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
StartReplicationTaskRequest.Builder |
cdcStartTime(Instant cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
StartReplicationTaskRequest.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task to be started.
|
StartReplicationTaskRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StartReplicationTaskRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
StartReplicationTaskRequest.Builder |
startReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
|
StartReplicationTaskRequest.Builder |
startReplicationTaskType(String startReplicationTaskType)
The type of replication task.
|
buildrequestOverrideConfigcopyapply, buildStartReplicationTaskRequest.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task to be started.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task to be started.StartReplicationTaskRequest.Builder startReplicationTaskType(String startReplicationTaskType)
The type of replication task.
startReplicationTaskType - The type of replication task.StartReplicationTaskTypeValue,
StartReplicationTaskTypeValueStartReplicationTaskRequest.Builder startReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType - The type of replication task.StartReplicationTaskTypeValue,
StartReplicationTaskTypeValueStartReplicationTaskRequest.Builder cdcStartTime(Instant cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime - The start time for the Change Data Capture (CDC) operation.StartReplicationTaskRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StartReplicationTaskRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.