Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnBackupVaultMixinProps.Builder
Packages that use CfnBackupVaultMixinProps.Builder
-
Uses of CfnBackupVaultMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.backup
Methods in software.amazon.awscdk.cfnpropertymixins.services.backup that return CfnBackupVaultMixinProps.BuilderModifier and TypeMethodDescriptionCfnBackupVaultMixinProps.Builder.accessPolicy(Object accessPolicy) Sets the value ofCfnBackupVaultMixinProps.getAccessPolicy()CfnBackupVaultMixinProps.Builder.backupVaultName(String backupVaultName) Sets the value ofCfnBackupVaultMixinProps.getBackupVaultName()CfnBackupVaultMixinProps.Builder.backupVaultTags(Map<String, String> backupVaultTags) Sets the value ofCfnBackupVaultMixinProps.getBackupVaultTags()CfnBackupVaultMixinProps.builder()CfnBackupVaultMixinProps.Builder.encryptionKeyArn(String encryptionKeyArn) Sets the value ofCfnBackupVaultMixinProps.getEncryptionKeyArn()CfnBackupVaultMixinProps.Builder.encryptionKeyArn(IKeyRef encryptionKeyArn) Sets the value ofCfnBackupVaultMixinProps.getEncryptionKeyArn()CfnBackupVaultMixinProps.Builder.lockConfiguration(CfnBackupVaultPropsMixin.LockConfigurationTypeProperty lockConfiguration) Sets the value ofCfnBackupVaultMixinProps.getLockConfiguration()CfnBackupVaultMixinProps.Builder.lockConfiguration(IResolvable lockConfiguration) Sets the value ofCfnBackupVaultMixinProps.getLockConfiguration()CfnBackupVaultMixinProps.Builder.notifications(CfnBackupVaultPropsMixin.NotificationObjectTypeProperty notifications) Sets the value ofCfnBackupVaultMixinProps.getNotifications()CfnBackupVaultMixinProps.Builder.notifications(IResolvable notifications) Sets the value ofCfnBackupVaultMixinProps.getNotifications()Constructors in software.amazon.awscdk.cfnpropertymixins.services.backup with parameters of type CfnBackupVaultMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBackupVaultMixinProps.Builder.