Class CfnRecoveryGroup.Builder
java.lang.Object
software.amazon.awscdk.services.route53recoveryreadiness.CfnRecoveryGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecoveryGroup>
- Enclosing class:
- CfnRecoveryGroup
@Stability(Stable)
public static final class CfnRecoveryGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecoveryGroup>
A fluent builder for
CfnRecoveryGroup.-
Method Summary
Modifier and TypeMethodDescriptionbuild()A list of the cell Amazon Resource Names (ARNs) in the recovery group.static CfnRecoveryGroup.BuilderrecoveryGroupName(String recoveryGroupName) The name of the recovery group to create.A collection of tags associated with a resource.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnRecoveryGroup.Builder.
-
cells
A list of the cell Amazon Resource Names (ARNs) in the recovery group.- Parameters:
cells- A list of the cell Amazon Resource Names (ARNs) in the recovery group. This parameter is required.- Returns:
this
-
recoveryGroupName
The name of the recovery group to create.- Parameters:
recoveryGroupName- The name of the recovery group to create. This parameter is required.- Returns:
this
-
tags
A collection of tags associated with a resource.- Parameters:
tags- A collection of tags associated with a resource. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecoveryGroup>- Returns:
- a newly built instance of
CfnRecoveryGroup.
-