Interface BatchDeleteClusterNodesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchDeleteClusterNodesRequest.Builder,BatchDeleteClusterNodesRequest>
,SageMakerRequest.Builder
,SdkBuilder<BatchDeleteClusterNodesRequest.Builder,BatchDeleteClusterNodesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- BatchDeleteClusterNodesRequest
public static interface BatchDeleteClusterNodesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteClusterNodesRequest.Builder,BatchDeleteClusterNodesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteClusterNodesRequest.Builder
clusterName(String clusterName)
The name of the SageMaker HyperPod cluster from which to delete the specified nodes.BatchDeleteClusterNodesRequest.Builder
nodeIds(String... nodeIds)
A list of node IDs to be deleted from the specified cluster.BatchDeleteClusterNodesRequest.Builder
nodeIds(Collection<String> nodeIds)
A list of node IDs to be deleted from the specified cluster.BatchDeleteClusterNodesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
BatchDeleteClusterNodesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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 Detail
-
clusterName
BatchDeleteClusterNodesRequest.Builder clusterName(String 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
BatchDeleteClusterNodesRequest.Builder nodeIds(Collection<String> 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.
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeIds
BatchDeleteClusterNodesRequest.Builder nodeIds(String... 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.
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteClusterNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteClusterNodesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-