public static interface StopReplicationTaskRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<StopReplicationTaskRequest.Builder,StopReplicationTaskRequest>
Modifier and Type | Method and Description |
---|---|
StopReplicationTaskRequest.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name(ARN) of the replication task to be stopped.
|
StopReplicationTaskRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopReplicationTaskRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
StopReplicationTaskRequest.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name(ARN) of the replication task to be stopped.
replicationTaskArn
- The Amazon Resource Name(ARN) of the replication task to be stopped.StopReplicationTaskRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.StopReplicationTaskRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.