Interface CreateReplicationSetRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateReplicationSetRequest.Builder,,- CreateReplicationSetRequest> - SdkBuilder<CreateReplicationSetRequest.Builder,,- CreateReplicationSetRequest> - SdkPojo,- SdkRequest.Builder,- SsmIncidentsRequest.Builder
- Enclosing class:
- CreateReplicationSetRequest
@Mutable
@NotThreadSafe
public static interface CreateReplicationSetRequest.Builder
extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<CreateReplicationSetRequest.Builder,CreateReplicationSetRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssmincidents.model.SsmIncidentsRequest.Builderbuild
- 
Method Details- 
clientTokenA 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.
 
- 
regionsThe 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.
 
- 
tagsA 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.
 
- 
overrideConfigurationCreateReplicationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateReplicationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-