@Stability(value=Stable) public static final class CfnRecoveryGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRecoveryGroupProps>
CfnRecoveryGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRecoveryGroupProps |
build()
Builds the configured instance.
|
CfnRecoveryGroupProps.Builder |
cells(List<String> cells)
Sets the value of
CfnRecoveryGroupProps.getCells() |
CfnRecoveryGroupProps.Builder |
recoveryGroupName(String recoveryGroupName)
Sets the value of
CfnRecoveryGroupProps.getRecoveryGroupName() |
CfnRecoveryGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRecoveryGroupProps.getTags() |
@Stability(value=Stable) public CfnRecoveryGroupProps.Builder recoveryGroupName(String recoveryGroupName)
CfnRecoveryGroupProps.getRecoveryGroupName()recoveryGroupName - `AWS::Route53RecoveryReadiness::RecoveryGroup.RecoveryGroupName`. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroupProps.Builder cells(List<String> cells)
CfnRecoveryGroupProps.getCells()cells - `AWS::Route53RecoveryReadiness::RecoveryGroup.Cells`.this@Stability(value=Stable) public CfnRecoveryGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnRecoveryGroupProps.getTags()tags - `AWS::Route53RecoveryReadiness::RecoveryGroup.Tags`.this@Stability(value=Stable) public CfnRecoveryGroupProps build()
build in interface software.amazon.jsii.Builder<CfnRecoveryGroupProps>CfnRecoveryGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.