Class CfnClusterPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.route53recoverycontrol.mixins.CfnClusterPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin>
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static final class CfnClusterPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin>
A fluent builder for
CfnClusterPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnClusterPropsMixin.Buildercreate()static CfnClusterPropsMixin.Buildercreate(CfnPropertyMixinOptions options) Name of the cluster.networkType(String networkType) The network-type can either be IPV4 or DUALSTACK.The tags associated with the cluster.
-
Method Details
-
create
@Stability(Stable) public static CfnClusterPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnClusterPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnClusterPropsMixin.Builder.
-
name
Name of the cluster.You can use any non-white space character in the name except the following: & > < ' (single quote) " (double quote) ; (semicolon).
- Parameters:
name- Name of the cluster. This parameter is required.- Returns:
this- See Also:
-
networkType
The network-type can either be IPV4 or DUALSTACK.- Parameters:
networkType- The network-type can either be IPV4 or DUALSTACK. This parameter is required.- Returns:
this- See Also:
-
tags
The tags associated with the cluster.- Parameters:
tags- The tags associated with the cluster. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin>- Returns:
- a newly built instance of
CfnClusterPropsMixin.
-