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.nodeLogicalIds(String... nodeLogicalIds) A list ofNodeLogicalIdsidentifying the nodes to be deleted.nodeLogicalIds(Collection<String> nodeLogicalIds) A list ofNodeLogicalIdsidentifying the nodes to be deleted.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
-
-
nodeLogicalIds
A list of
NodeLogicalIdsidentifying the nodes to be deleted. You can specify up to 50NodeLogicalIds. You must specify eitherNodeLogicalIds,InstanceIds, or both, with a combined maximum of 50 identifiers.- Parameters:
nodeLogicalIds- A list ofNodeLogicalIdsidentifying the nodes to be deleted. You can specify up to 50NodeLogicalIds. You must specify eitherNodeLogicalIds,InstanceIds, or both, with a combined maximum of 50 identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeLogicalIds
A list of
NodeLogicalIdsidentifying the nodes to be deleted. You can specify up to 50NodeLogicalIds. You must specify eitherNodeLogicalIds,InstanceIds, or both, with a combined maximum of 50 identifiers.- Parameters:
nodeLogicalIds- A list ofNodeLogicalIdsidentifying the nodes to be deleted. You can specify up to 50NodeLogicalIds. You must specify eitherNodeLogicalIds,InstanceIds, or both, with a combined maximum of 50 identifiers.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-