public static final class CfnBackupPlan.Builder
extends java.lang.Object
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(java.util.Map<java.lang.String,java.lang.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(Construct scope,
java.lang.String id) |
public static CfnBackupPlan.Builder create(Construct scope, java.lang.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
.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
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
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
public CfnBackupPlan.Builder backupPlanTags(java.util.Map<java.lang.String,java.lang.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
public CfnBackupPlan build()