Interface BatchDeleteClusterNodesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchDeleteClusterNodesRequest.Builder,
,BatchDeleteClusterNodesRequest> SageMakerRequest.Builder
,SdkBuilder<BatchDeleteClusterNodesRequest.Builder,
,BatchDeleteClusterNodesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDeleteClusterNodesRequest
-
Method Summary
Modifier and TypeMethodDescriptionclusterName
(String clusterName) The name of the SageMaker HyperPod cluster from which to delete the specified nodes.A list of node IDs to be deleted from the specified cluster.nodeIds
(Collection<String> nodeIds) A list of node IDs to be deleted from the specified cluster.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
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
-
clusterName
The name of the SageMaker HyperPod cluster from which to delete the specified nodes.
- Parameters:
clusterName
- The name of the SageMaker HyperPod cluster from which to delete the specified nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeIds
A list of node IDs to be deleted from the specified cluster.
-
For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.
-
If you need to delete more than 99 instances, contact Support for assistance.
- Parameters:
nodeIds
- A list of node IDs to be deleted from the specified cluster.-
For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.
-
If you need to delete more than 99 instances, contact Support for assistance.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nodeIds
A list of node IDs to be deleted from the specified cluster.
-
For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.
-
If you need to delete more than 99 instances, contact Support for assistance.
- Parameters:
nodeIds
- A list of node IDs to be deleted from the specified cluster.-
For SageMaker HyperPod clusters using the Slurm workload manager, you cannot remove instances that are configured as Slurm controller nodes.
-
If you need to delete more than 99 instances, contact Support for assistance.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
BatchDeleteClusterNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchDeleteClusterNodesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-