public static interface PutBackupVaultAccessPolicyRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<PutBackupVaultAccessPolicyRequest.Builder,PutBackupVaultAccessPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutBackupVaultAccessPolicyRequest.Builder |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
PutBackupVaultAccessPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutBackupVaultAccessPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutBackupVaultAccessPolicyRequest.Builder |
policy(String policy)
The backup vault access policy document in JSON format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutBackupVaultAccessPolicyRequest.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 lowercase 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 lowercase letters, numbers, and hyphens.PutBackupVaultAccessPolicyRequest.Builder policy(String policy)
The backup vault access policy document in JSON format.
policy - The backup vault access policy document in JSON format.PutBackupVaultAccessPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutBackupVaultAccessPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.