public static interface RecommendationFeedbackSummary.Builder extends SdkPojo, CopyableBuilder<RecommendationFeedbackSummary.Builder,RecommendationFeedbackSummary>
| Modifier and Type | Method and Description |
|---|---|
RecommendationFeedbackSummary.Builder |
reactions(Collection<Reaction> reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
reactions(Reaction... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
reactionsWithStrings(Collection<String> reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
reactionsWithStrings(String... reactions)
List for storing reactions.
|
RecommendationFeedbackSummary.Builder |
recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationFeedbackSummary.Builder |
userId(String userId)
The ID of the user that gave the feedback.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationFeedbackSummary.Builder recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
recommendationId - The recommendation ID that can be used to track the provided recommendations. Later on it can be used
to collect the feedback.RecommendationFeedbackSummary.Builder reactionsWithStrings(Collection<String> reactions)
List for storing reactions. Reactions are utf-8 text code for emojis.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis.RecommendationFeedbackSummary.Builder reactionsWithStrings(String... reactions)
List for storing reactions. Reactions are utf-8 text code for emojis.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis.RecommendationFeedbackSummary.Builder reactions(Collection<Reaction> reactions)
List for storing reactions. Reactions are utf-8 text code for emojis.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis.RecommendationFeedbackSummary.Builder reactions(Reaction... reactions)
List for storing reactions. Reactions are utf-8 text code for emojis.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis.RecommendationFeedbackSummary.Builder userId(String userId)
The ID of the user that gave the feedback.
The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an
Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.
userId - The ID of the user that gave the feedback.
The UserId is an IAM principal that can be specified as an Amazon Web Services account ID
or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User
Guide.
Copyright © 2023. All rights reserved.