Interface GetInsightsResponse.Builder

    • Method Detail

      • insights

        GetInsightsResponse.Builder insights​(Collection<Insight> insights)

        The insights returned by the operation.

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

        GetInsightsResponse.Builder insights​(Insight... insights)

        The insights returned by the operation.

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

        GetInsightsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

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