Interface ListGraphsRequest.Builder

    • Method Detail

      • nextToken

        ListGraphsRequest.Builder nextToken​(String nextToken)

        For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.

        Parameters:
        nextToken - For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListGraphsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.

        Parameters:
        maxResults - The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
        Returns:
        Returns a reference to this object so that method calls can be chained together.