@Stability(value=Stable) public static final class CfnBackupPlanProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupPlanProps>
CfnBackupPlanProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBackupPlanProps.Builder |
backupPlan(CfnBackupPlan.BackupPlanResourceTypeProperty backupPlan)
Sets the value of
CfnBackupPlanProps.getBackupPlan() |
CfnBackupPlanProps.Builder |
backupPlan(IResolvable backupPlan)
Sets the value of
CfnBackupPlanProps.getBackupPlan() |
CfnBackupPlanProps.Builder |
backupPlanTags(IResolvable backupPlanTags)
Sets the value of
CfnBackupPlanProps.getBackupPlanTags() |
CfnBackupPlanProps.Builder |
backupPlanTags(Map<String,String> backupPlanTags)
Sets the value of
CfnBackupPlanProps.getBackupPlanTags() |
CfnBackupPlanProps |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnBackupPlanProps.Builder backupPlan(CfnBackupPlan.BackupPlanResourceTypeProperty backupPlan)
CfnBackupPlanProps.getBackupPlan()backupPlan - Uniquely identifies the backup plan to be associated with the selection of resources. This parameter is required.this@Stability(value=Stable) public CfnBackupPlanProps.Builder backupPlan(IResolvable backupPlan)
CfnBackupPlanProps.getBackupPlan()backupPlan - Uniquely identifies the backup plan to be associated with the selection of resources. This parameter is required.this@Stability(value=Stable) public CfnBackupPlanProps.Builder backupPlanTags(IResolvable backupPlanTags)
CfnBackupPlanProps.getBackupPlanTags()backupPlanTags - To help organize your resources, you can assign your own metadata to the resources that you create.
Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.this@Stability(value=Stable) public CfnBackupPlanProps.Builder backupPlanTags(Map<String,String> backupPlanTags)
CfnBackupPlanProps.getBackupPlanTags()backupPlanTags - To help organize your resources, you can assign your own metadata to the resources that you create.
Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.this@Stability(value=Stable) public CfnBackupPlanProps build()
build in interface software.amazon.jsii.Builder<CfnBackupPlanProps>CfnBackupPlanPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.