Class CfnConnectionPropsMixin.HyperPodPropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionPropsMixin.HyperPodPropertiesInputProperty>
- Enclosing interface:
CfnConnectionPropsMixin.HyperPodPropertiesInputProperty
@Stability(Stable)
public static final class CfnConnectionPropsMixin.HyperPodPropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionPropsMixin.HyperPodPropertiesInputProperty>
A builder for
CfnConnectionPropsMixin.HyperPodPropertiesInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterName(String clusterName) Sets the value ofCfnConnectionPropsMixin.HyperPodPropertiesInputProperty.getClusterName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterName
@Stability(Stable) public CfnConnectionPropsMixin.HyperPodPropertiesInputProperty.Builder clusterName(String clusterName) Sets the value ofCfnConnectionPropsMixin.HyperPodPropertiesInputProperty.getClusterName()- Parameters:
clusterName- The cluster name the hyper pod properties.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionPropsMixin.HyperPodPropertiesInputProperty>- Returns:
- a new instance of
CfnConnectionPropsMixin.HyperPodPropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-