Class CfnRecoveryGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnRecoveryGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecoveryGroupMixinProps>
- Enclosing interface:
CfnRecoveryGroupMixinProps
@Stability(Stable)
public static final class CfnRecoveryGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecoveryGroupMixinProps>
A builder for
CfnRecoveryGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRecoveryGroupMixinProps.getCells()recoveryGroupName(String recoveryGroupName) Sets the value ofCfnRecoveryGroupMixinProps.getRecoveryGroupName()Sets the value ofCfnRecoveryGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cells
Sets the value ofCfnRecoveryGroupMixinProps.getCells()- Parameters:
cells- A list of the cell Amazon Resource Names (ARNs) in the recovery group.- Returns:
this
-
recoveryGroupName
@Stability(Stable) public CfnRecoveryGroupMixinProps.Builder recoveryGroupName(String recoveryGroupName) Sets the value ofCfnRecoveryGroupMixinProps.getRecoveryGroupName()- Parameters:
recoveryGroupName- The name of the recovery group to create.- Returns:
this
-
tags
Sets the value ofCfnRecoveryGroupMixinProps.getTags()- Parameters:
tags- A collection of tags associated with a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecoveryGroupMixinProps>- Returns:
- a new instance of
CfnRecoveryGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-