public static interface CreateBackupVaultRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<CreateBackupVaultRequest.Builder,CreateBackupVaultRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBackupVaultRequest.Builder |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
CreateBackupVaultRequest.Builder |
backupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
CreateBackupVaultRequest.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.
|
CreateBackupVaultRequest.Builder |
encryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. |
CreateBackupVaultRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBackupVaultRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackupVaultRequest.Builder backupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.
backupVaultName - The name of a logical container where backups are stored. Backup vaults are identified by names that
are unique to the account used to create them and the Amazon Web Services Region where they are
created. They consist of letters, numbers, and hyphens.CreateBackupVaultRequest.Builder backupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
backupVaultTags - Metadata that you can assign to help organize the resources that you create. Each tag is a key-value
pair.CreateBackupVaultRequest.Builder encryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
encryptionKeyArn - The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.CreateBackupVaultRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
creatorRequestId - A unique string that identifies the request and allows failed requests to be retried without the risk
of running the operation twice. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
CreateBackupVaultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBackupVaultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.