public static final class CfnRecoveryGroupProps.Builder
extends java.lang.Object
CfnRecoveryGroupProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRecoveryGroupProps |
build()
Builds the configured instance.
|
CfnRecoveryGroupProps.Builder |
cells(java.util.List<java.lang.String> cells)
Sets the value of
CfnRecoveryGroupProps.getCells() |
CfnRecoveryGroupProps.Builder |
recoveryGroupName(java.lang.String recoveryGroupName)
Sets the value of
CfnRecoveryGroupProps.getRecoveryGroupName() |
CfnRecoveryGroupProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnRecoveryGroupProps.getTags() |
public CfnRecoveryGroupProps.Builder cells(java.util.List<java.lang.String> cells)
CfnRecoveryGroupProps.getCells()
cells
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.this
public CfnRecoveryGroupProps.Builder recoveryGroupName(java.lang.String recoveryGroupName)
CfnRecoveryGroupProps.getRecoveryGroupName()
recoveryGroupName
- The name of the recovery group to create.this
public CfnRecoveryGroupProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnRecoveryGroupProps.getTags()
tags
- A collection of tags associated with a resource.this
public CfnRecoveryGroupProps build()
CfnRecoveryGroupProps
java.lang.NullPointerException
- if any required attribute was not provided