public static interface RecommendationFeedback.Builder extends SdkPojo, CopyableBuilder<RecommendationFeedback.Builder,RecommendationFeedback>
| Modifier and Type | Method and Description |
|---|---|
RecommendationFeedback.Builder |
codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview object.
|
RecommendationFeedback.Builder |
createdTimeStamp(Instant createdTimeStamp)
The time at which the feedback was created.
|
RecommendationFeedback.Builder |
lastUpdatedTimeStamp(Instant lastUpdatedTimeStamp)
The time at which the feedback was last updated.
|
RecommendationFeedback.Builder |
reactions(Collection<Reaction> reactions)
List for storing reactions.
|
RecommendationFeedback.Builder |
reactions(Reaction... reactions)
List for storing reactions.
|
RecommendationFeedback.Builder |
reactionsWithStrings(Collection<String> reactions)
List for storing reactions.
|
RecommendationFeedback.Builder |
reactionsWithStrings(String... reactions)
List for storing reactions.
|
RecommendationFeedback.Builder |
recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations.
|
RecommendationFeedback.Builder |
userId(String userId)
The ID of the user that made the API call.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationFeedback.Builder codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview object.
codeReviewArn - The Amazon Resource Name (ARN) of the CodeReview
object.RecommendationFeedback.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.RecommendationFeedback.Builder reactionsWithStrings(Collection<String> reactions)
List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to
clear off all your feedback.RecommendationFeedback.Builder reactionsWithStrings(String... reactions)
List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to
clear off all your feedback.RecommendationFeedback.Builder reactions(Collection<Reaction> reactions)
List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to
clear off all your feedback.RecommendationFeedback.Builder reactions(Reaction... reactions)
List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.
reactions - List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to
clear off all your feedback.RecommendationFeedback.Builder userId(String userId)
The ID of the user that made the API call.
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 made the API call.
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.
RecommendationFeedback.Builder createdTimeStamp(Instant createdTimeStamp)
The time at which the feedback was created.
createdTimeStamp - The time at which the feedback was created.RecommendationFeedback.Builder lastUpdatedTimeStamp(Instant lastUpdatedTimeStamp)
The time at which the feedback was last updated.
lastUpdatedTimeStamp - The time at which the feedback was last updated.Copyright © 2023. All rights reserved.