Interface ClusterOrchestrator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterOrchestrator.Builder,
,ClusterOrchestrator> SdkBuilder<ClusterOrchestrator.Builder,
,ClusterOrchestrator> SdkPojo
- Enclosing class:
ClusterOrchestrator
@Mutable
@NotThreadSafe
public static interface ClusterOrchestrator.Builder
extends SdkPojo, CopyableBuilder<ClusterOrchestrator.Builder,ClusterOrchestrator>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClusterOrchestrator.Builder
The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.The Amazon EKS cluster used as the orchestrator for 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
-
eks
The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.
- Parameters:
eks
- The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eks
The Amazon EKS cluster used as the orchestrator for the SageMaker HyperPod cluster.
This is a convenience method that creates an instance of theClusterOrchestratorEksConfig.Builder
avoiding the need to create one manually viaClusterOrchestratorEksConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeks(ClusterOrchestratorEksConfig)
.- Parameters:
eks
- a consumer that will call methods onClusterOrchestratorEksConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-