Interface DetachClusterNodeVolumeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DetachClusterNodeVolumeRequest.Builder,,DetachClusterNodeVolumeRequest> SageMakerRequest.Builder,SdkBuilder<DetachClusterNodeVolumeRequest.Builder,,DetachClusterNodeVolumeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DetachClusterNodeVolumeRequest
@Mutable
@NotThreadSafe
public static interface DetachClusterNodeVolumeRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DetachClusterNodeVolumeRequest.Builder,DetachClusterNodeVolumeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node.The unique identifier of the cluster node from which you want to detach the volume.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier of your EBS volume that you want to detach.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
-
clusterArn
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in the
InServicestate.- Parameters:
clusterArn- The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in theInServicestate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
The unique identifier of the cluster node from which you want to detach the volume.
- Parameters:
nodeId- The unique identifier of the cluster node from which you want to detach the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeId
The unique identifier of your EBS volume that you want to detach. Your volume must be currently attached to the specified node.
- Parameters:
volumeId- The unique identifier of your EBS volume that you want to detach. Your volume must be currently attached to the specified node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DetachClusterNodeVolumeRequest.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
DetachClusterNodeVolumeRequest.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.
-