static ReactionForComment.Builder |
ReactionForComment.builder() |
|
default ReactionForComment.Builder |
ReactionForComment.Builder.reaction(Consumer<ReactionValueFormats.Builder> reaction) |
The reaction for a specified comment.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reaction(ReactionValueFormats reaction) |
The reaction for a specified comment.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reactionsFromDeletedUsersCount(Integer reactionsFromDeletedUsersCount) |
A numerical count of users who reacted with the specified emoji whose identities have been subsequently
deleted from IAM.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reactionUsers(String... reactionUsers) |
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
ReactionForComment.Builder |
ReactionForComment.Builder.reactionUsers(Collection<String> reactionUsers) |
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
ReactionForComment.Builder |
ReactionForComment.toBuilder() |
|