Interface UpdateReplicationSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReplicationSetRequest.Builder,,UpdateReplicationSetRequest> SdkBuilder<UpdateReplicationSetRequest.Builder,,UpdateReplicationSetRequest> SdkPojo,SdkRequest.Builder,SsmIncidentsRequest.Builder
- Enclosing class:
UpdateReplicationSetRequest
public static interface UpdateReplicationSetRequest.Builder
extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<UpdateReplicationSetRequest.Builder,UpdateReplicationSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactions(Collection<UpdateReplicationSetAction> actions) An action to add or delete a Region.actions(Consumer<UpdateReplicationSetAction.Builder>... actions) An action to add or delete a Region.actions(UpdateReplicationSetAction... actions) An action to add or delete a Region.The Amazon Resource Name (ARN) of the replication set you're updating.clientToken(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.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
-
actions
An action to add or delete a Region.
- Parameters:
actions- An action to add or delete a Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
An action to add or delete a Region.
- Parameters:
actions- An action to add or delete a Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
UpdateReplicationSetRequest.Builder actions(Consumer<UpdateReplicationSetAction.Builder>... actions) An action to add or delete a Region.
This is a convenience method that creates an instance of theUpdateReplicationSetAction.Builderavoiding the need to create one manually viaUpdateReplicationSetAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactions(List<UpdateReplicationSetAction>).- Parameters:
actions- a consumer that will call methods onUpdateReplicationSetAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) of the replication set you're updating.
- Parameters:
arn- The Amazon Resource Name (ARN) of the replication set you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
overrideConfiguration
UpdateReplicationSetRequest.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
UpdateReplicationSetRequest.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.
-