Interface ClusterOrchestratorEksConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterOrchestratorEksConfig.Builder,
,ClusterOrchestratorEksConfig> SdkBuilder<ClusterOrchestratorEksConfig.Builder,
,ClusterOrchestratorEksConfig> SdkPojo
- Enclosing class:
ClusterOrchestratorEksConfig
@Mutable
@NotThreadSafe
public static interface ClusterOrchestratorEksConfig.Builder
extends SdkPojo, CopyableBuilder<ClusterOrchestratorEksConfig.Builder,ClusterOrchestratorEksConfig>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(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 Details
-
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.
-