public static interface MoveReplicationTaskRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<MoveReplicationTaskRequest.Builder,MoveReplicationTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
MoveReplicationTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MoveReplicationTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MoveReplicationTaskRequest.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the task that you want to move.
|
MoveReplicationTaskRequest.Builder |
targetReplicationInstanceArn(String targetReplicationInstanceArn)
The ARN of the replication instance where you want to move the task to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildMoveReplicationTaskRequest.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the task that you want to move.
replicationTaskArn - The Amazon Resource Name (ARN) of the task that you want to move.MoveReplicationTaskRequest.Builder targetReplicationInstanceArn(String targetReplicationInstanceArn)
The ARN of the replication instance where you want to move the task to.
targetReplicationInstanceArn - The ARN of the replication instance where you want to move the task to.MoveReplicationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderMoveReplicationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.