Interface ListModelManifestNodesResponse.Builder

    • Method Detail

      • nodes

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

        A list of information about nodes.

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

        ListModelManifestNodesResponse.Builder nodes​(Node... nodes)

        A list of information about nodes.

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

        ListModelManifestNodesResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.