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