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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartReplicationTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartReplicationTaskRequest.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task to be started.
|
StartReplicationTaskRequest.Builder |
startReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
|
StartReplicationTaskRequest.Builder |
startReplicationTaskType(String startReplicationTaskType)
The type of replication task.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartReplicationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.