Uses of Class
software.amazon.awscdk.services.backup.CfnBackupVaultProps.Builder
-
Uses of CfnBackupVaultProps.Builder in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionCfnBackupVaultProps.Builder.accessPolicy
(Object accessPolicy) Sets the value ofCfnBackupVaultProps.getAccessPolicy()
CfnBackupVaultProps.Builder.backupVaultName
(String backupVaultName) Sets the value ofCfnBackupVaultProps.getBackupVaultName()
CfnBackupVaultProps.Builder.backupVaultTags
(Map<String, String> backupVaultTags) Sets the value ofCfnBackupVaultProps.getBackupVaultTags()
static CfnBackupVaultProps.Builder
CfnBackupVaultProps.builder()
CfnBackupVaultProps.Builder.encryptionKeyArn
(String encryptionKeyArn) Sets the value ofCfnBackupVaultProps.getEncryptionKeyArn()
CfnBackupVaultProps.Builder.lockConfiguration
(IResolvable lockConfiguration) Sets the value ofCfnBackupVaultProps.getLockConfiguration()
CfnBackupVaultProps.Builder.lockConfiguration
(CfnBackupVault.LockConfigurationTypeProperty lockConfiguration) Sets the value ofCfnBackupVaultProps.getLockConfiguration()
CfnBackupVaultProps.Builder.notifications
(IResolvable notifications) Sets the value ofCfnBackupVaultProps.getNotifications()
CfnBackupVaultProps.Builder.notifications
(CfnBackupVault.NotificationObjectTypeProperty notifications) Sets the value ofCfnBackupVaultProps.getNotifications()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBackupVaultProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBackupVaultProps.Builder
.