Interface AttachClusterNodeVolumeRequest.Builder

    • Method Detail

      • clusterArn

        AttachClusterNodeVolumeRequest.Builder clusterArn​(String 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 InService state.

        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 the InService state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeId

        AttachClusterNodeVolumeRequest.Builder nodeId​(String nodeId)

        The unique identifier of the cluster node to which you want to attach the volume. The node must belong to your specified HyperPod cluster and cannot be part of a Restricted Instance Group (RIG).

        Parameters:
        nodeId - The unique identifier of the cluster node to which you want to attach the volume. The node must belong to your specified HyperPod cluster and cannot be part of a Restricted Instance Group (RIG).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeId

        AttachClusterNodeVolumeRequest.Builder volumeId​(String volumeId)

        The unique identifier of your EBS volume to attach. The volume must be in the available state.

        Parameters:
        volumeId - The unique identifier of your EBS volume to attach. The volume must be in the available state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.