Interface ListRecommendationsResponse.Builder

    • Method Detail

      • recommendations

        ListRecommendationsResponse.Builder recommendations​(Collection<Recommendation> recommendations)

        An array of the requested recommendations.

        Parameters:
        recommendations - An array of the requested recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendations

        ListRecommendationsResponse.Builder recommendations​(Recommendation... recommendations)

        An array of the requested recommendations.

        Parameters:
        recommendations - An array of the requested recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecommendationsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.