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 method that creates an instance of theRecommendationFeedbackSummary.Builder avoiding
the need to create one manually via
RecommendationFeedbackSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #recommendationFeedbackSummaries(List.
recommendationFeedbackSummaries - a consumer that will call methods on
RecommendationFeedbackSummary.Builder#recommendationFeedbackSummaries(java.util.Collection) 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 © 2023. All rights reserved.