public static interface Comment.Builder extends SdkPojo, CopyableBuilder<Comment.Builder,Comment>
| Modifier and Type | Method and Description |
|---|---|
Comment.Builder |
authorArn(String authorArn)
The Amazon Resource Name (ARN) of the person who posted the comment.
|
Comment.Builder |
callerReactions(Collection<String> callerReactions)
The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the
call to the API.
|
Comment.Builder |
callerReactions(String... callerReactions)
The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the
call to the API.
|
Comment.Builder |
clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
Comment.Builder |
commentId(String commentId)
The system-generated comment ID.
|
Comment.Builder |
content(String content)
The content of the comment.
|
Comment.Builder |
creationDate(Instant creationDate)
The date and time the comment was created, in timestamp format.
|
Comment.Builder |
deleted(Boolean deleted)
A Boolean value indicating whether the comment has been deleted.
|
Comment.Builder |
inReplyTo(String inReplyTo)
The ID of the comment for which this comment is a reply, if any.
|
Comment.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time the comment was most recently modified, in timestamp format.
|
Comment.Builder |
reactionCounts(Map<String,Integer> reactionCounts)
A string to integer map that represents the number of individual users who have responded to a comment with
the specified reactions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComment.Builder commentId(String commentId)
The system-generated comment ID.
commentId - The system-generated comment ID.Comment.Builder content(String content)
The content of the comment.
content - The content of the comment.Comment.Builder inReplyTo(String inReplyTo)
The ID of the comment for which this comment is a reply, if any.
inReplyTo - The ID of the comment for which this comment is a reply, if any.Comment.Builder creationDate(Instant creationDate)
The date and time the comment was created, in timestamp format.
creationDate - The date and time the comment was created, in timestamp format.Comment.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time the comment was most recently modified, in timestamp format.
lastModifiedDate - The date and time the comment was most recently modified, in timestamp format.Comment.Builder authorArn(String authorArn)
The Amazon Resource Name (ARN) of the person who posted the comment.
authorArn - The Amazon Resource Name (ARN) of the person who posted the comment.Comment.Builder deleted(Boolean deleted)
A Boolean value indicating whether the comment has been deleted.
deleted - A Boolean value indicating whether the comment has been deleted.Comment.Builder clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
clientRequestToken - A unique, client-generated idempotency token that, when provided in a request, ensures the request
cannot be repeated with a changed parameter. If a request is received with the same parameters and a
token is included, the request returns information about the initial request that used that token.Comment.Builder callerReactions(Collection<String> callerReactions)
The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.
callerReactions - The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with
the call to the API.Comment.Builder callerReactions(String... callerReactions)
The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.
callerReactions - The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with
the call to the API.Comment.Builder reactionCounts(Map<String,Integer> reactionCounts)
A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.
reactionCounts - A string to integer map that represents the number of individual users who have responded to a comment
with the specified reactions.Copyright © 2020. All rights reserved.