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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
clusterArnThe 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.
 
- 
nodeIdThe 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.
 
- 
volumeIdThe 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.
 
- 
attachTimeThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
deviceNameThe 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.
 
 
-