Interface CreateReplicationSetRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateReplicationSetRequest.Builder,,CreateReplicationSetRequest> SdkBuilder<CreateReplicationSetRequest.Builder,,CreateReplicationSetRequest> SdkPojo,SdkRequest.Builder,SsmIncidentsRequest.Builder
- Enclosing class:
 CreateReplicationSetRequest
public static interface CreateReplicationSetRequest.Builder
extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<CreateReplicationSetRequest.Builder,CreateReplicationSetRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A token that ensures that the operation is called only once with the specified details.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.regions(Map<String, RegionMapInputValue> regions) The Regions that Incident Manager replicates your data to.A list of tags to add to the replication set.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssmincidents.model.SsmIncidentsRequest.Builder
build 
- 
Method Details
- 
clientToken
A token that ensures that the operation is called only once with the specified details.
- Parameters:
 clientToken- A token that ensures that the operation is called only once with the specified details.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regions
The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.
- Parameters:
 regions- The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to add to the replication set.
- Parameters:
 tags- A list of tags to add to the replication set.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateReplicationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateReplicationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -