static GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.builder() |
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.nextToken(String nextToken) |
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.reactionsForComment(Collection<ReactionForComment> reactionsForComment) |
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.reactionsForComment(Consumer<ReactionForComment.Builder>... reactionsForComment) |
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.Builder.reactionsForComment(ReactionForComment... reactionsForComment) |
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
GetCommentReactionsResponse.toBuilder() |
|