Interface ListRecommendationFeedbackResponse.Builder

    • Method Detail

      • recommendationFeedbackSummaries

        ListRecommendationFeedbackResponse.Builder recommendationFeedbackSummaries​(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)

        Recommendation feedback summaries corresponding to the code review ARN.

        Parameters:
        recommendationFeedbackSummaries - Recommendation feedback summaries corresponding to the code review ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationFeedbackSummaries

        ListRecommendationFeedbackResponse.Builder recommendationFeedbackSummaries​(RecommendationFeedbackSummary... recommendationFeedbackSummaries)

        Recommendation feedback summaries corresponding to the code review ARN.

        Parameters:
        recommendationFeedbackSummaries - Recommendation feedback summaries corresponding to the code review ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecommendationFeedbackResponse.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.