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.
|
build
overrideConfiguration
copy
applyMutation, build
StartReplicationTaskRequest.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
,
StartReplicationTaskTypeValue
StartReplicationTaskRequest.Builder startReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType
- The type of replication task.StartReplicationTaskTypeValue
,
StartReplicationTaskTypeValue
StartReplicationTaskRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartReplicationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.