Uses of Class
software.amazon.awscdk.services.backup.CfnBackupVault.Builder
Packages that use CfnBackupVault.Builder
-
Uses of CfnBackupVault.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return CfnBackupVault.BuilderModifier and TypeMethodDescriptionCfnBackupVault.Builder.accessPolicy(Object accessPolicy) A resource-based policy that is used to manage access permissions on the target backup vault.CfnBackupVault.Builder.backupVaultName(String backupVaultName) The name of a logical container where backups are stored.CfnBackupVault.Builder.backupVaultTags(Map<String, String> backupVaultTags) The tags to assign to the backup vault.static CfnBackupVault.BuilderCfnBackupVault.Builder.encryptionKeyArn(String encryptionKeyArn) A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;CfnBackupVault.Builder.lockConfiguration(IResolvable lockConfiguration) Configuration for AWS Backup Vault Lock .CfnBackupVault.Builder.lockConfiguration(CfnBackupVault.LockConfigurationTypeProperty lockConfiguration) Configuration for AWS Backup Vault Lock .CfnBackupVault.Builder.notifications(IResolvable notifications) The SNS event notifications for the specified backup vault.CfnBackupVault.Builder.notifications(CfnBackupVault.NotificationObjectTypeProperty notifications) The SNS event notifications for the specified backup vault.