public static interface UpdateReplicationSetRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<UpdateReplicationSetRequest.Builder,UpdateReplicationSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateReplicationSetRequest.Builder |
actions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
|
UpdateReplicationSetRequest.Builder |
actions(Consumer<UpdateReplicationSetAction.Builder>... actions)
An action to add or delete a Region.
|
UpdateReplicationSetRequest.Builder |
actions(UpdateReplicationSetAction... actions)
An action to add or delete a Region.
|
UpdateReplicationSetRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the replication set you're updating.
|
UpdateReplicationSetRequest.Builder |
clientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
|
UpdateReplicationSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateReplicationSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateReplicationSetRequest.Builder actions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
actions - An action to add or delete a Region.UpdateReplicationSetRequest.Builder actions(UpdateReplicationSetAction... actions)
An action to add or delete a Region.
actions - An action to add or delete a Region.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.Builder avoiding the
need to create one manually via
UpdateReplicationSetAction.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #actions(List.
actions - a consumer that will call methods on
UpdateReplicationSetAction.Builder#actions(java.util.Collection) UpdateReplicationSetRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the replication set you're updating.
arn - The Amazon Resource Name (ARN) of the replication set you're updating.UpdateReplicationSetRequest.Builder clientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
clientToken - A token that ensures that the operation is called only once with the specified details.UpdateReplicationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateReplicationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.