Class CfnRecoveryGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnRecoveryGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecoveryGroupPropsMixin>
- Enclosing class:
CfnRecoveryGroupPropsMixin
@Stability(Stable)
public static final class CfnRecoveryGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecoveryGroupPropsMixin>
A fluent builder for
CfnRecoveryGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()A list of the cell Amazon Resource Names (ARNs) in the recovery group.create()create(CfnPropertyMixinOptions options) recoveryGroupName(String recoveryGroupName) The name of the recovery group to create.A collection of tags associated with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnRecoveryGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRecoveryGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRecoveryGroupPropsMixin.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- See Also:
-
recoveryGroupName
@Stability(Stable) public CfnRecoveryGroupPropsMixin.Builder recoveryGroupName(String 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- See Also:
-
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- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecoveryGroupPropsMixin>- Returns:
- a newly built instance of
CfnRecoveryGroupPropsMixin.
-