Interface ListRecommendationsResponse.Builder

    • Method Detail

      • nextToken

        ListRecommendationsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationSummaries

        ListRecommendationsResponse.Builder recommendationSummaries​(Collection<RecommendationSummary> recommendationSummaries)

        The list of Recommendations

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

        ListRecommendationsResponse.Builder recommendationSummaries​(RecommendationSummary... recommendationSummaries)

        The list of Recommendations

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