public static interface DeleteBackupRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<DeleteBackupRequest.Builder,DeleteBackupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBackupRequest.Builder |
backupId(String backupId)
The ID of the backup to be deleted.
|
DeleteBackupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBackupRequest.Builder backupId(String backupId)
The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.
backupId - The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups
operation.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.