Interface DetachClusterNodeVolumeRequest.Builder

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

      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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.