Interface ListGraphsResponse.Builder

    • Method Detail

      • graphs

        ListGraphsResponse.Builder graphs​(GraphSummary... graphs)

        A list of the graphs.

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

        ListGraphsResponse.Builder nextToken​(String nextToken)

        Pagination token used to paginate output.

        When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

        Parameters:
        nextToken - Pagination token used to paginate output.

        When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

        Returns:
        Returns a reference to this object so that method calls can be chained together.