public static interface ListRecommendationFeedbackResponse.Builder extends CodeGuruReviewerResponse.Builder, SdkPojo, CopyableBuilder<ListRecommendationFeedbackResponse.Builder,ListRecommendationFeedbackResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationFeedbackResponse.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListRecommendationFeedbackResponse.Builder |
recommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
ListRecommendationFeedbackResponse.Builder |
recommendationFeedbackSummaries(Consumer<RecommendationFeedbackSummary.Builder>... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
ListRecommendationFeedbackResponse.Builder |
recommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationFeedbackResponse.Builder recommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
recommendationFeedbackSummaries - Recommendation feedback summaries corresponding to the code review ARN.ListRecommendationFeedbackResponse.Builder recommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
recommendationFeedbackSummaries - Recommendation feedback summaries corresponding to the code review ARN.ListRecommendationFeedbackResponse.Builder recommendationFeedbackSummaries(Consumer<RecommendationFeedbackSummary.Builder>... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #recommendationFeedbackSummaries(List) .recommendationFeedbackSummaries - a consumer that will call methods on List.Builder #recommendationFeedbackSummaries(List) 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.
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.Copyright © 2020. All rights reserved.