@Stability(value=Stable) public static final class CfnBackupPlan.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupPlan>
CfnBackupPlan.| Modifier and Type | Method and Description |
|---|---|
CfnBackupPlan.Builder |
backupPlan(CfnBackupPlan.BackupPlanResourceTypeProperty backupPlan)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
CfnBackupPlan.Builder |
backupPlan(IResolvable backupPlan)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
CfnBackupPlan.Builder |
backupPlanTags(IResolvable backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
CfnBackupPlan.Builder |
backupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
CfnBackupPlan |
build() |
static CfnBackupPlan.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnBackupPlan.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder.@Stability(value=Stable) public CfnBackupPlan.Builder backupPlan(CfnBackupPlan.BackupPlanResourceTypeProperty backupPlan)
backupPlan - Uniquely identifies the backup plan to be associated with the selection of resources. This parameter is required.this@Stability(value=Stable) public CfnBackupPlan.Builder backupPlan(IResolvable backupPlan)
backupPlan - Uniquely identifies the backup plan to be associated with the selection of resources. This parameter is required.this@Stability(value=Stable) public CfnBackupPlan.Builder backupPlanTags(IResolvable backupPlanTags)
Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
backupPlanTags - To help organize your resources, you can assign your own metadata to the resources that you create. This parameter is required.this@Stability(value=Stable) public CfnBackupPlan.Builder backupPlanTags(Map<String,String> backupPlanTags)
Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
backupPlanTags - To help organize your resources, you can assign your own metadata to the resources that you create. This parameter is required.this@Stability(value=Stable) public CfnBackupPlan build()
build in interface software.amazon.jsii.Builder<CfnBackupPlan>Copyright © 2022. All rights reserved.