Interface GetRecommendationPreferencesResponse.Builder

    • Method Detail

      • nextToken

        GetRecommendationPreferencesResponse.Builder nextToken​(String nextToken)

        The token to use to advance to the next page of recommendation preferences.

        This value is null when there are no more pages of recommendation preferences to return.

        Parameters:
        nextToken - The token to use to advance to the next page of recommendation preferences.

        This value is null when there are no more pages of recommendation preferences to return.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationPreferencesDetails

        GetRecommendationPreferencesResponse.Builder recommendationPreferencesDetails​(Collection<RecommendationPreferencesDetail> recommendationPreferencesDetails)

        An array of objects that describe recommendation preferences.

        Parameters:
        recommendationPreferencesDetails - An array of objects that describe recommendation preferences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationPreferencesDetails

        GetRecommendationPreferencesResponse.Builder recommendationPreferencesDetails​(RecommendationPreferencesDetail... recommendationPreferencesDetails)

        An array of objects that describe recommendation preferences.

        Parameters:
        recommendationPreferencesDetails - An array of objects that describe recommendation preferences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.