@Stability(value=Stable) public static final class CfnBackupSelection.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupSelection>
CfnBackupSelection.| Modifier and Type | Method and Description |
|---|---|
CfnBackupSelection.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
CfnBackupSelection.Builder |
backupSelection(CfnBackupSelection.BackupSelectionResourceTypeProperty backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
CfnBackupSelection.Builder |
backupSelection(IResolvable backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
CfnBackupSelection |
build() |
static CfnBackupSelection.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnBackupSelection.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.CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder.@Stability(value=Stable) public CfnBackupSelection.Builder backupPlanId(String backupPlanId)
backupPlanId - Uniquely identifies a backup plan. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection.Builder backupSelection(CfnBackupSelection.BackupSelectionResourceTypeProperty backupSelection)
It includes an array of resources, an optional array of patterns to exclude resources, an optional role to provide access to the AWS service the resource belongs to, and an optional array of tags used to identify a set of resources.
backupSelection - Specifies the body of a request to assign a set of resources to a backup plan. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection.Builder backupSelection(IResolvable backupSelection)
It includes an array of resources, an optional array of patterns to exclude resources, an optional role to provide access to the AWS service the resource belongs to, and an optional array of tags used to identify a set of resources.
backupSelection - Specifies the body of a request to assign a set of resources to a backup plan. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection build()
build in interface software.amazon.jsii.Builder<CfnBackupSelection>Copyright © 2022. All rights reserved.