@Stability(value=Stable) public static final class CfnBackupSelectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupSelectionProps>
CfnBackupSelectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBackupSelectionProps.Builder |
backupPlanId(String backupPlanId)
Sets the value of
CfnBackupSelectionProps.getBackupPlanId() |
CfnBackupSelectionProps.Builder |
backupSelection(CfnBackupSelection.BackupSelectionResourceTypeProperty backupSelection)
Sets the value of
CfnBackupSelectionProps.getBackupSelection() |
CfnBackupSelectionProps.Builder |
backupSelection(IResolvable backupSelection)
Sets the value of
CfnBackupSelectionProps.getBackupSelection() |
CfnBackupSelectionProps |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnBackupSelectionProps.Builder backupPlanId(String backupPlanId)
CfnBackupSelectionProps.getBackupPlanId()backupPlanId - Uniquely identifies a backup plan. This parameter is required.this@Stability(value=Stable) public CfnBackupSelectionProps.Builder backupSelection(CfnBackupSelection.BackupSelectionResourceTypeProperty backupSelection)
CfnBackupSelectionProps.getBackupSelection()backupSelection - Specifies the body of a request to assign a set of resources to a backup plan. This parameter is required.
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.this@Stability(value=Stable) public CfnBackupSelectionProps.Builder backupSelection(IResolvable backupSelection)
CfnBackupSelectionProps.getBackupSelection()backupSelection - Specifies the body of a request to assign a set of resources to a backup plan. This parameter is required.
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.this@Stability(value=Stable) public CfnBackupSelectionProps build()
build in interface software.amazon.jsii.Builder<CfnBackupSelectionProps>CfnBackupSelectionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.