Uses of Class
software.amazon.awscdk.services.backup.CfnBackupPlan.BackupRuleResourceTypeProperty.Builder
Packages that use CfnBackupPlan.BackupRuleResourceTypeProperty.Builder
-
Uses of CfnBackupPlan.BackupRuleResourceTypeProperty.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return CfnBackupPlan.BackupRuleResourceTypeProperty.BuilderModifier and TypeMethodDescriptionCfnBackupPlan.BackupRuleResourceTypeProperty.builder()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.completionWindowMinutes
(Number completionWindowMinutes) CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.copyActions
(List<? extends Object> copyActions) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getCopyActions()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.copyActions
(IResolvable copyActions) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getCopyActions()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.enableContinuousBackup
(Boolean enableContinuousBackup) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getEnableContinuousBackup()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.enableContinuousBackup
(IResolvable enableContinuousBackup) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getEnableContinuousBackup()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.indexActions
(List<? extends Object> indexActions) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getIndexActions()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.indexActions
(IResolvable indexActions) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getIndexActions()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.lifecycle
(IResolvable lifecycle) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getLifecycle()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.lifecycle
(CfnBackupPlan.LifecycleResourceTypeProperty lifecycle) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getLifecycle()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.recoveryPointTags
(Map<String, String> recoveryPointTags) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getRecoveryPointTags()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.recoveryPointTags
(IResolvable recoveryPointTags) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getRecoveryPointTags()
Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getRuleName()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.scheduleExpression
(String scheduleExpression) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getScheduleExpression()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.scheduleExpressionTimezone
(String scheduleExpressionTimezone) CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.startWindowMinutes
(Number startWindowMinutes) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getStartWindowMinutes()
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.targetBackupVault
(String targetBackupVault) Sets the value ofCfnBackupPlan.BackupRuleResourceTypeProperty.getTargetBackupVault()
Constructors in software.amazon.awscdk.services.backup with parameters of type CfnBackupPlan.BackupRuleResourceTypeProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBackupPlan.BackupRuleResourceTypeProperty.Builder
.