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