@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)
`AWS::Route53RecoveryReadiness::RecoveryGroup.Cells`.
|
static CfnRecoveryGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRecoveryGroup.Builder |
recoveryGroupName(String recoveryGroupName)
`AWS::Route53RecoveryReadiness::RecoveryGroup.RecoveryGroupName`.
|
CfnRecoveryGroup.Builder |
tags(List<? extends CfnTag> tags)
`AWS::Route53RecoveryReadiness::RecoveryGroup.Tags`.
|
@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 cells(List<String> cells)
cells - `AWS::Route53RecoveryReadiness::RecoveryGroup.Cells`. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroup.Builder recoveryGroupName(String recoveryGroupName)
recoveryGroupName - `AWS::Route53RecoveryReadiness::RecoveryGroup.RecoveryGroupName`. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroup.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::Route53RecoveryReadiness::RecoveryGroup.Tags`. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroup build()
build in interface software.amazon.jsii.Builder<CfnRecoveryGroup>Copyright © 2021. All rights reserved.