Interface AttachClusterNodeNetworkInterfaceResponse.Builder

  • Method Details

    • clusterArn

      The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the network interface attachment operation was performed.

      Parameters:
      clusterArn - The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the network interface attachment 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 where your network interface was attached.

      Parameters:
      nodeId - The unique identifier of the cluster node where your network interface was attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkInterfaceId

      AttachClusterNodeNetworkInterfaceResponse.Builder networkInterfaceId(String networkInterfaceId)

      The unique identifier of the elastic network interface (ENI) that was attached.

      Parameters:
      networkInterfaceId - The unique identifier of the elastic network interface (ENI) that was attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachmentId

      The unique identifier of the network interface attachment. Use this value to reference or detach the network interface later.

      Parameters:
      attachmentId - The unique identifier of the network interface attachment. Use this value to reference or detach the network interface later.
      Returns:
      Returns a reference to this object so that method calls can be chained together.