CopyableBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
, SdkBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
public static interface StartReplicationTaskRequest.Builder extends CopyableBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
Modifier and Type | Method | Description |
---|---|---|
StartReplicationTaskRequest.Builder |
cdcStartTime(Date cdcStartTime) |
The start time for the Change Data Capture (CDC) operation.
|
StartReplicationTaskRequest.Builder |
replicationTaskArn(String replicationTaskArn) |
The Amazon Resource Number (ARN) of the replication task to be started.
|
StartReplicationTaskRequest.Builder |
startReplicationTaskType(String startReplicationTaskType) |
The type of replication task.
|
StartReplicationTaskRequest.Builder |
startReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType) |
The type of replication task.
|
copy
apply, build
StartReplicationTaskRequest.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Number (ARN) of the replication task to be started.
replicationTaskArn
- The Amazon Resource Number (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
StartReplicationTaskRequest.Builder startReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
startReplicationTaskType
- The type of replication task.StartReplicationTaskTypeValue
StartReplicationTaskRequest.Builder cdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime
- The start time for the Change Data Capture (CDC) operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.