Interface ListRecommendationsResponse.Builder

    • Method Detail

      • recommendations

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

        The recommendations applicable to your account.

        Parameters:
        recommendations - The recommendations applicable to your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendations

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

        The recommendations applicable to your account.

        Parameters:
        recommendations - The recommendations applicable to your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecommendationsResponse.Builder nextToken​(String nextToken)

        A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the ListRecommendationsResponse to use in the subsequent call to ListRecommendations with the same parameters to retrieve the next page of recommendations.

        Parameters:
        nextToken - A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the ListRecommendationsResponse to use in the subsequent call to ListRecommendations with the same parameters to retrieve the next page of recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.