Interface ListNodesResponse.Builder

    • Method Detail

      • nodes

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

        An array of NodeSummary objects that contain configuration properties for each node.

        Parameters:
        nodes - An array of NodeSummary objects that contain configuration properties for each node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        ListNodesResponse.Builder nodes​(NodeSummary... nodes)

        An array of NodeSummary objects that contain configuration properties for each node.

        Parameters:
        nodes - An array of NodeSummary objects that contain configuration properties for each node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNodesResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.