@Stability(value=Stable) public static final class CfnBackupVaultProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupVaultProps>
CfnBackupVaultProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBackupVaultProps.Builder backupVaultName(String backupVaultName)
CfnBackupVaultProps.getBackupVaultName()backupVaultName - The name of a logical container where backups are stored. This parameter is required.
Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.this@Stability(value=Stable) public CfnBackupVaultProps.Builder accessPolicy(Object accessPolicy)
CfnBackupVaultProps.getAccessPolicy()accessPolicy - A resource-based policy that is used to manage access permissions on the target backup vault.this@Stability(value=Stable) public CfnBackupVaultProps.Builder backupVaultTags(IResolvable backupVaultTags)
CfnBackupVaultProps.getBackupVaultTags()backupVaultTags - Metadata that you can assign to help organize the resources that you create.
Each tag is a key-value pair.this@Stability(value=Stable) public CfnBackupVaultProps.Builder backupVaultTags(Map<String,String> backupVaultTags)
CfnBackupVaultProps.getBackupVaultTags()backupVaultTags - Metadata that you can assign to help organize the resources that you create.
Each tag is a key-value pair.this@Stability(value=Stable) public CfnBackupVaultProps.Builder encryptionKeyArn(String encryptionKeyArn)
CfnBackupVaultProps.getEncryptionKeyArn()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 .this@Stability(value=Stable) public CfnBackupVaultProps.Builder lockConfiguration(CfnBackupVault.LockConfigurationTypeProperty lockConfiguration)
CfnBackupVaultProps.getLockConfiguration()lockConfiguration - Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .this@Stability(value=Stable) public CfnBackupVaultProps.Builder lockConfiguration(IResolvable lockConfiguration)
CfnBackupVaultProps.getLockConfiguration()lockConfiguration - Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .this@Stability(value=Stable) public CfnBackupVaultProps.Builder notifications(CfnBackupVault.NotificationObjectTypeProperty notifications)
CfnBackupVaultProps.getNotifications()notifications - The SNS event notifications for the specified backup vault.this@Stability(value=Stable) public CfnBackupVaultProps.Builder notifications(IResolvable notifications)
CfnBackupVaultProps.getNotifications()notifications - The SNS event notifications for the specified backup vault.this@Stability(value=Stable) public CfnBackupVaultProps build()
build in interface software.amazon.jsii.Builder<CfnBackupVaultProps>CfnBackupVaultPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.