@Stability(value=Stable) public static final class CfnBackupPlan.BackupRuleResourceTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupPlan.BackupRuleResourceTypeProperty>
CfnBackupPlan.BackupRuleResourceTypeProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder ruleName(String ruleName)
CfnBackupPlan.BackupRuleResourceTypeProperty.getRuleName()ruleName - A display name for a backup rule. This parameter is required.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder targetBackupVault(String targetBackupVault)
CfnBackupPlan.BackupRuleResourceTypeProperty.getTargetBackupVault()targetBackupVault - The name of a logical container where backups are stored. This parameter is required.
Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder completionWindowMinutes(Number completionWindowMinutes)
completionWindowMinutes - A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup .this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder copyActions(IResolvable copyActions)
CfnBackupPlan.BackupRuleResourceTypeProperty.getCopyActions()copyActions - An array of CopyAction objects, which contains the details of the copy operation.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder copyActions(List<? extends Object> copyActions)
CfnBackupPlan.BackupRuleResourceTypeProperty.getCopyActions()copyActions - An array of CopyAction objects, which contains the details of the copy operation.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder enableContinuousBackup(Boolean enableContinuousBackup)
CfnBackupPlan.BackupRuleResourceTypeProperty.getEnableContinuousBackup()enableContinuousBackup - Enables continuous backup and point-in-time restores (PITR).this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder enableContinuousBackup(IResolvable enableContinuousBackup)
CfnBackupPlan.BackupRuleResourceTypeProperty.getEnableContinuousBackup()enableContinuousBackup - Enables continuous backup and point-in-time restores (PITR).this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder lifecycle(CfnBackupPlan.LifecycleResourceTypeProperty lifecycle)
CfnBackupPlan.BackupRuleResourceTypeProperty.getLifecycle()lifecycle - The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
AWS Backup transitions and expires backups automatically according to the lifecycle that you define.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder lifecycle(IResolvable lifecycle)
CfnBackupPlan.BackupRuleResourceTypeProperty.getLifecycle()lifecycle - The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
AWS Backup transitions and expires backups automatically according to the lifecycle that you define.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder recoveryPointTags(IResolvable recoveryPointTags)
CfnBackupPlan.BackupRuleResourceTypeProperty.getRecoveryPointTags()recoveryPointTags - To help organize your resources, you can assign your own metadata to the resources that you create.
Each tag is a key-value pair.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder recoveryPointTags(Map<String,String> recoveryPointTags)
CfnBackupPlan.BackupRuleResourceTypeProperty.getRecoveryPointTags()recoveryPointTags - To help organize your resources, you can assign your own metadata to the resources that you create.
Each tag is a key-value pair.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder scheduleExpression(String scheduleExpression)
CfnBackupPlan.BackupRuleResourceTypeProperty.getScheduleExpression()scheduleExpression - A CRON expression specifying when AWS Backup initiates a backup job.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty.Builder startWindowMinutes(Number startWindowMinutes)
CfnBackupPlan.BackupRuleResourceTypeProperty.getStartWindowMinutes()startWindowMinutes - An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.this@Stability(value=Stable) public CfnBackupPlan.BackupRuleResourceTypeProperty build()
build in interface software.amazon.jsii.Builder<CfnBackupPlan.BackupRuleResourceTypeProperty>CfnBackupPlan.BackupRuleResourceTypePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.