Uses of Class
software.amazon.awscdk.services.backup.BackupVaultProps.Builder
Packages that use BackupVaultProps.Builder
-
Uses of BackupVaultProps.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return BackupVaultProps.BuilderModifier and TypeMethodDescriptionBackupVaultProps.Builder.accessPolicy
(PolicyDocument accessPolicy) Sets the value ofBackupVaultProps.getAccessPolicy()
BackupVaultProps.Builder.backupVaultName
(String backupVaultName) Sets the value ofBackupVaultProps.getBackupVaultName()
BackupVaultProps.Builder.blockRecoveryPointDeletion
(Boolean blockRecoveryPointDeletion) Sets the value ofBackupVaultProps.getBlockRecoveryPointDeletion()
static BackupVaultProps.Builder
BackupVaultProps.builder()
BackupVaultProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofBackupVaultProps.getEncryptionKey()
BackupVaultProps.Builder.notificationEvents
(List<? extends BackupVaultEvents> notificationEvents) Sets the value ofBackupVaultProps.getNotificationEvents()
BackupVaultProps.Builder.notificationTopic
(ITopic notificationTopic) Sets the value ofBackupVaultProps.getNotificationTopic()
BackupVaultProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofBackupVaultProps.getRemovalPolicy()
Constructors in software.amazon.awscdk.services.backup with parameters of type BackupVaultProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(BackupVaultProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBackupVaultProps.Builder
.