Interface DetachClusterNodeVolumeResponse.Builder

  • 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.