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