public static interface ReactionForComment.Builder extends SdkPojo, CopyableBuilder<ReactionForComment.Builder,ReactionForComment>
| Modifier and Type | Method and Description |
|---|---|
default ReactionForComment.Builder |
reaction(Consumer<ReactionValueFormats.Builder> reaction)
The reaction for a specified comment.
|
ReactionForComment.Builder |
reaction(ReactionValueFormats reaction)
The reaction for a specified comment.
|
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 |
reactionUsers(Collection<String> reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
ReactionForComment.Builder |
reactionUsers(String... reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactionForComment.Builder reaction(ReactionValueFormats reaction)
The reaction for a specified comment.
reaction - The reaction for a specified comment.default ReactionForComment.Builder reaction(Consumer<ReactionValueFormats.Builder> reaction)
The reaction for a specified comment.
This is a convenience method that creates an instance of theReactionValueFormats.Builder avoiding
the need to create one manually via ReactionValueFormats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to reaction(ReactionValueFormats).
reaction - a consumer that will call methods on ReactionValueFormats.Builderreaction(ReactionValueFormats)ReactionForComment.Builder reactionUsers(Collection<String> reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
reactionUsers - The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.ReactionForComment.Builder reactionUsers(String... reactionUsers)
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
reactionUsers - The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.ReactionForComment.Builder reactionsFromDeletedUsersCount(Integer reactionsFromDeletedUsersCount)
A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.
reactionsFromDeletedUsersCount - A numerical count of users who reacted with the specified emoji whose identities have been
subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might
still appear in total reaction counts.Copyright © 2023. All rights reserved.