public static interface StartOnDemandReplicationRunRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<StartOnDemandReplicationRunRequest.Builder,StartOnDemandReplicationRunRequest>
Modifier and Type | Method and Description |
---|---|
StartOnDemandReplicationRunRequest.Builder |
description(String description)
The description of the replication run.
|
StartOnDemandReplicationRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartOnDemandReplicationRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartOnDemandReplicationRunRequest.Builder |
replicationJobId(String replicationJobId)
The identifier of the replication job.
|
build
overrideConfiguration
copy
applyMutation, build
StartOnDemandReplicationRunRequest.Builder replicationJobId(String replicationJobId)
The identifier of the replication job.
replicationJobId
- The identifier of the replication job.StartOnDemandReplicationRunRequest.Builder description(String description)
The description of the replication run.
description
- The description of the replication run.StartOnDemandReplicationRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartOnDemandReplicationRunRequest.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.