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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecommendationFeedbackResponse.BuildernextToken(String nextToken)IfnextTokenis returned, there are more results available.ListRecommendationFeedbackResponse.BuilderrecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)Recommendation feedback summaries corresponding to the code review ARN.ListRecommendationFeedbackResponse.BuilderrecommendationFeedbackSummaries(Consumer<RecommendationFeedbackSummary.Builder>... recommendationFeedbackSummaries)Recommendation feedback summaries corresponding to the code review ARN.ListRecommendationFeedbackResponse.BuilderrecommendationFeedbackSummaries(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
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 to#recommendationFeedbackSummaries(List.) - 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:
#recommendationFeedbackSummaries(java.util.Collection)
-
nextToken
ListRecommendationFeedbackResponse.Builder nextToken(String 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.
-
-