@Stability(value=Stable) public static final class CfnRecoveryGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnRecoveryGroup>
CfnRecoveryGroup.| Modifier and Type | Method and Description |
|---|---|
CfnRecoveryGroup |
build() |
CfnRecoveryGroup.Builder |
cells(List<String> cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
|
static CfnRecoveryGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRecoveryGroup.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the recovery group to create.
|
CfnRecoveryGroup.Builder |
tags(List<? extends CfnTag> tags)
A collection of tags associated with a resource.
|
@Stability(value=Stable) public static CfnRecoveryGroup.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.CfnRecoveryGroup.Builder.@Stability(value=Stable) public CfnRecoveryGroup.Builder recoveryGroupName(String recoveryGroupName)
recoveryGroupName - The name of the recovery group to create. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroup.Builder cells(List<String> cells)
cells - A list of the cell Amazon Resource Names (ARNs) in the recovery group. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroup.Builder tags(List<? extends CfnTag> tags)
tags - A collection of tags associated with a resource. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroup build()
build in interface software.amazon.jsii.Builder<CfnRecoveryGroup>Copyright © 2022. All rights reserved.