Interface ListKxClusterNodesResponse.Builder

    • Method Detail

      • nodes

        ListKxClusterNodesResponse.Builder nodes​(Collection<KxNode> nodes)

        A list of nodes associated with the cluster.

        Parameters:
        nodes - A list of nodes associated with the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        ListKxClusterNodesResponse.Builder nodes​(KxNode... nodes)

        A list of nodes associated with the cluster.

        Parameters:
        nodes - A list of nodes associated with the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListKxClusterNodesResponse.Builder nextToken​(String nextToken)

        A token that indicates where a results page should begin.

        Parameters:
        nextToken - A token that indicates where a results page should begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.