Interface ClusterOrchestratorEksConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterOrchestratorEksConfig.Builder,ClusterOrchestratorEksConfig>,SdkBuilder<ClusterOrchestratorEksConfig.Builder,ClusterOrchestratorEksConfig>,SdkPojo
- Enclosing class:
- ClusterOrchestratorEksConfig
public static interface ClusterOrchestratorEksConfig.Builder extends SdkPojo, CopyableBuilder<ClusterOrchestratorEksConfig.Builder,ClusterOrchestratorEksConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterOrchestratorEksConfig.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterArn
ClusterOrchestratorEksConfig.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.
- Parameters:
clusterArn- The Amazon Resource Name (ARN) of the Amazon EKS cluster associated with the SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-