public static interface DeleteBackupRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DeleteBackupRequest.Builder,DeleteBackupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBackupRequest.Builder |
backupId(String backupId)
The ID of the backup that you want to delete.
|
DeleteBackupRequest.Builder |
clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
DeleteBackupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBackupRequest.Builder backupId(String backupId)
The ID of the backup that you want to delete.
backupId - The ID of the backup that you want to delete.DeleteBackupRequest.Builder clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.
clientRequestToken - A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This
parameter is automatically filled on your behalf when using the CLI or SDK.DeleteBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.