Interface ListInsightsResponse.Builder

    • Method Detail

      • insights

        ListInsightsResponse.Builder insights​(Collection<InsightSummary> insights)

        The returned list of insights.

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

        ListInsightsResponse.Builder insights​(InsightSummary... insights)

        The returned list of insights.

        Parameters:
        insights - The returned list of insights.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInsightsResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListInsights request. When the results of a ListInsights request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListInsights request. When the results of a ListInsights request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.