Interface ListNodesResponse.Builder

    • Method Detail

      • nextToken

        ListNodesResponse.Builder nextToken​(String nextToken)

        A pagination token that's included if more results are available.

        Parameters:
        nextToken - A pagination token that's included if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        ListNodesResponse.Builder nodes​(Collection<Node> nodes)

        A list of nodes.

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

        ListNodesResponse.Builder nodes​(Node... nodes)

        A list of nodes.

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