Interface UpdateDeletionProtectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDeletionProtectionRequest.Builder,
,UpdateDeletionProtectionRequest> SdkBuilder<UpdateDeletionProtectionRequest.Builder,
,UpdateDeletionProtectionRequest> SdkPojo
,SdkRequest.Builder
,SsmIncidentsRequest.Builder
- Enclosing class:
UpdateDeletionProtectionRequest
@Mutable
@NotThreadSafe
public static interface UpdateDeletionProtectionRequest.Builder
extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDeletionProtectionRequest.Builder,UpdateDeletionProtectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the replication set to update.clientToken
(String clientToken) A token that ensures that the operation is called only once with the specified details.deletionProtected
(Boolean deletionProtected) Specifies if deletion protection is turned on or off in your account.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
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.ssmincidents.model.SsmIncidentsRequest.Builder
build
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the replication set to update.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the replication set to update.- 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.
-
deletionProtected
Specifies if deletion protection is turned on or off in your account.
- Parameters:
deletionProtected
- Specifies if deletion protection is turned on or off in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDeletionProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDeletionProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-