Class CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterArn(String clusterArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterArn
@Stability(Stable) public CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty.Builder clusterArn(String clusterArn) - Parameters:
clusterArn- The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.ClusterOrchestratorEksConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-