Interface DescribeClusterNodeRequest.Builder

  • Method Details

    • clusterName

      DescribeClusterNodeRequest.Builder clusterName(String clusterName)

      The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.

      Parameters:
      clusterName - The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeId

      The ID of the SageMaker HyperPod cluster node.

      Parameters:
      nodeId - The ID of the SageMaker HyperPod cluster node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeLogicalId

      DescribeClusterNodeRequest.Builder nodeLogicalId(String nodeLogicalId)

      The logical identifier of the node to describe. You can specify either NodeLogicalId or InstanceId, but not both. NodeLogicalId can be used to describe nodes that are still being provisioned and don't yet have an InstanceId assigned.

      Parameters:
      nodeLogicalId - The logical identifier of the node to describe. You can specify either NodeLogicalId or InstanceId, but not both. NodeLogicalId can be used to describe nodes that are still being provisioned and don't yet have an InstanceId assigned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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