Uses of Class
software.amazon.awscdk.services.backup.BackupSelectionProps.Builder
-
Uses of BackupSelectionProps.Builder in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionBackupSelectionProps.Builder.allowRestores
(Boolean allowRestores) Sets the value ofBackupSelectionOptions.getAllowRestores()
BackupSelectionProps.Builder.backupPlan
(IBackupPlan backupPlan) Sets the value ofBackupSelectionProps.getBackupPlan()
BackupSelectionProps.Builder.backupSelectionName
(String backupSelectionName) Sets the value ofBackupSelectionOptions.getBackupSelectionName()
static BackupSelectionProps.Builder
BackupSelectionProps.builder()
BackupSelectionProps.Builder.disableDefaultBackupPolicy
(Boolean disableDefaultBackupPolicy) Sets the value ofBackupSelectionOptions.getDisableDefaultBackupPolicy()
BackupSelectionProps.Builder.resources
(List<? extends BackupResource> resources) Sets the value ofBackupSelectionOptions.getResources()
Sets the value ofBackupSelectionOptions.getRole()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BackupSelectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBackupSelectionProps.Builder
.