Class CfnBackupPlanPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnBackupPlanPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBackupPlanPropsMixin>
- Enclosing class:
CfnBackupPlanPropsMixin
@Stability(Stable)
public static final class CfnBackupPlanPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBackupPlanPropsMixin>
A fluent builder for
CfnBackupPlanPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionUniquely identifies the backup plan to be associated with the selection of resources.backupPlan(IResolvable backupPlan) Uniquely identifies the backup plan to be associated with the selection of resources.backupPlanTags(Map<String, String> backupPlanTags) The tags to assign to the backup plan.build()create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnBackupPlanPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBackupPlanPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBackupPlanPropsMixin.Builder.
-
backupPlan
Uniquely identifies the backup plan to be associated with the selection of resources.- Parameters:
backupPlan- Uniquely identifies the backup plan to be associated with the selection of resources. This parameter is required.- Returns:
this- See Also:
-
backupPlan
@Stability(Stable) public CfnBackupPlanPropsMixin.Builder backupPlan(CfnBackupPlanPropsMixin.BackupPlanResourceTypeProperty backupPlan) Uniquely identifies the backup plan to be associated with the selection of resources.- Parameters:
backupPlan- Uniquely identifies the backup plan to be associated with the selection of resources. This parameter is required.- Returns:
this- See Also:
-
backupPlanTags
@Stability(Stable) public CfnBackupPlanPropsMixin.Builder backupPlanTags(Map<String, String> backupPlanTags) The tags to assign to the backup plan.- Parameters:
backupPlanTags- The tags to assign to the backup plan. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBackupPlanPropsMixin>- Returns:
- a newly built instance of
CfnBackupPlanPropsMixin.
-