public static interface UpdateDeletionProtectionRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDeletionProtectionRequest.Builder,UpdateDeletionProtectionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDeletionProtectionRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the replication set to update.
|
UpdateDeletionProtectionRequest.Builder |
clientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
|
UpdateDeletionProtectionRequest.Builder |
deletionProtected(Boolean deletionProtected)
Specifies if deletion protection is turned on or off in your account.
|
UpdateDeletionProtectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDeletionProtectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeletionProtectionRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the replication set to update.
arn - The Amazon Resource Name (ARN) of the replication set to update.UpdateDeletionProtectionRequest.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.UpdateDeletionProtectionRequest.Builder deletionProtected(Boolean deletionProtected)
Specifies if deletion protection is turned on or off in your account.
deletionProtected - Specifies if deletion protection is turned on or off in your account.UpdateDeletionProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDeletionProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.