Interface StartOnDemandReplicationRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartOnDemandReplicationRunRequest.Builder,StartOnDemandReplicationRunRequest>,SdkBuilder<StartOnDemandReplicationRunRequest.Builder,StartOnDemandReplicationRunRequest>,SdkPojo,SdkRequest.Builder,SmsRequest.Builder
- Enclosing class:
- StartOnDemandReplicationRunRequest
public static interface StartOnDemandReplicationRunRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<StartOnDemandReplicationRunRequest.Builder,StartOnDemandReplicationRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartOnDemandReplicationRunRequest.Builderdescription(String description)The description of the replication run.StartOnDemandReplicationRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartOnDemandReplicationRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartOnDemandReplicationRunRequest.BuilderreplicationJobId(String replicationJobId)The ID of the replication job.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsRequest.Builder
build
-
-
-
-
Method Detail
-
replicationJobId
StartOnDemandReplicationRunRequest.Builder replicationJobId(String replicationJobId)
The ID of the replication job.
- Parameters:
replicationJobId- The ID of the replication job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StartOnDemandReplicationRunRequest.Builder description(String description)
The description of the replication run.
- Parameters:
description- The description of the replication run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartOnDemandReplicationRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartOnDemandReplicationRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-