| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.builder() |
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactions(Collection<Reaction> reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactions(Reaction... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactionsWithStrings(Collection<String> reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.reactionsWithStrings(String... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.toBuilder() |
RecommendationFeedbackSummary.Builder |
RecommendationFeedbackSummary.Builder.userId(String userId)
The ID of the user that gave the feedback.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendationFeedbackSummary.Builder> |
RecommendationFeedbackSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.