Interface DetachClusterNodeVolumeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DetachClusterNodeVolumeResponse.Builder,
,DetachClusterNodeVolumeResponse> SageMakerResponse.Builder
,SdkBuilder<DetachClusterNodeVolumeResponse.Builder,
,DetachClusterNodeVolumeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DetachClusterNodeVolumeResponse
@Mutable
@NotThreadSafe
public static interface DetachClusterNodeVolumeResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DetachClusterNodeVolumeResponse.Builder,DetachClusterNodeVolumeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachTime
(Instant attachTime) The original timestamp when your volume was initially attached to the node.clusterArn
(String clusterArn) The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.deviceName
(String deviceName) The device name assigned to your attached volume on the target instance.The unique identifier of the cluster node from which your volume was detached.The current status of your volume detachment operation.status
(VolumeAttachmentStatus status) The current status of your volume detachment operation.The unique identifier of your EBS volume that was detached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clusterArn
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.
- Parameters:
clusterArn
- The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume detachment operation was performed.- 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 your volume was detached.
- Parameters:
nodeId
- The unique identifier of the cluster node from which your volume was detached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeId
The unique identifier of your EBS volume that was detached.
- Parameters:
volumeId
- The unique identifier of your EBS volume that was detached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachTime
The original timestamp when your volume was initially attached to the node.
- Parameters:
attachTime
- The original timestamp when your volume was initially attached to the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of your volume detachment operation.
- Parameters:
status
- The current status of your volume detachment operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of your volume detachment operation.
- Parameters:
status
- The current status of your volume detachment operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceName
The device name assigned to your attached volume on the target instance.
- Parameters:
deviceName
- The device name assigned to your attached volume on the target instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-