@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 - The name of the recovery group to create. This parameter is required.this@Stability(value=Stable) public CfnRecoveryGroupProps.Builder cells(List<String> cells)
CfnRecoveryGroupProps.getCells()cells - A list of the cell Amazon Resource Names (ARNs) in the recovery group.this@Stability(value=Stable) public CfnRecoveryGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnRecoveryGroupProps.getTags()tags - A collection of tags associated with a resource.this@Stability(value=Stable) public CfnRecoveryGroupProps build()
build in interface software.amazon.jsii.Builder<CfnRecoveryGroupProps>CfnRecoveryGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.