@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)
`AWS::Backup::BackupSelection.BackupPlanId`.
|
CfnBackupSelection.Builder |
backupSelection(CfnBackupSelection.BackupSelectionResourceTypeProperty backupSelection)
`AWS::Backup::BackupSelection.BackupSelection`.
|
CfnBackupSelection.Builder |
backupSelection(IResolvable backupSelection)
`AWS::Backup::BackupSelection.BackupSelection`.
|
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 - `AWS::Backup::BackupSelection.BackupPlanId`. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection.Builder backupSelection(CfnBackupSelection.BackupSelectionResourceTypeProperty backupSelection)
backupSelection - `AWS::Backup::BackupSelection.BackupSelection`. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection.Builder backupSelection(IResolvable backupSelection)
backupSelection - `AWS::Backup::BackupSelection.BackupSelection`. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection build()
build in interface software.amazon.jsii.Builder<CfnBackupSelection>Copyright © 2021. All rights reserved.