Interface ListRecommendationFeedbackResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeGuruReviewerResponse.Builder,CopyableBuilder<ListRecommendationFeedbackResponse.Builder,,ListRecommendationFeedbackResponse> SdkBuilder<ListRecommendationFeedbackResponse.Builder,,ListRecommendationFeedbackResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListRecommendationFeedbackResponse
public static interface ListRecommendationFeedbackResponse.Builder
extends CodeGuruReviewerResponse.Builder, SdkPojo, CopyableBuilder<ListRecommendationFeedbackResponse.Builder,ListRecommendationFeedbackResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionIfnextTokenis returned, there are more results available.recommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries) Recommendation feedback summaries corresponding to the code review ARN.recommendationFeedbackSummaries(Consumer<RecommendationFeedbackSummary.Builder>... recommendationFeedbackSummaries) Recommendation feedback summaries corresponding to the code review ARN.recommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries) Recommendation feedback summaries corresponding to the code review ARN.Methods inherited from interface software.amazon.awssdk.services.codegurureviewer.model.CodeGuruReviewerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
 
 - 
recommendationFeedbackSummaries
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.Builderavoiding the need to create one manually viaRecommendationFeedbackSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecommendationFeedbackSummaries(List<RecommendationFeedbackSummary>).- Parameters:
 recommendationFeedbackSummaries- a consumer that will call methods onRecommendationFeedbackSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
If
nextTokenis returned, there are more results available. The value ofnextTokenis 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- IfnextTokenis returned, there are more results available. The value ofnextTokenis 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.
 
 
 -