| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Comment.Builder |
Comment.Builder.authorArn(String authorArn)
The Amazon Resource Name (ARN) of the person who posted the comment.
|
static Comment.Builder |
Comment.builder() |
Comment.Builder |
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 |
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 |
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 |
Comment.Builder.commentId(String commentId)
The system-generated comment ID.
|
Comment.Builder |
Comment.Builder.content(String content)
The content of the comment.
|
Comment.Builder |
Comment.Builder.creationDate(Instant creationDate)
The date and time the comment was created, in timestamp format.
|
Comment.Builder |
Comment.Builder.deleted(Boolean deleted)
A Boolean value indicating whether the comment has been deleted.
|
Comment.Builder |
Comment.Builder.inReplyTo(String inReplyTo)
The ID of the comment for which this comment is a reply, if any.
|
Comment.Builder |
Comment.Builder.lastModifiedDate(Instant lastModifiedDate)
The date and time the comment was most recently modified, in timestamp format.
|
Comment.Builder |
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.
|
Comment.Builder |
Comment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Comment.Builder> |
Comment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.comment(Consumer<Comment.Builder> comment)
The content of the comment you posted.
|
default GetCommentResponse.Builder |
GetCommentResponse.Builder.comment(Consumer<Comment.Builder> comment)
The contents of the comment.
|
default DeleteCommentContentResponse.Builder |
DeleteCommentContentResponse.Builder.comment(Consumer<Comment.Builder> comment)
Information about the comment you just deleted.
|
default PostCommentReplyResponse.Builder |
PostCommentReplyResponse.Builder.comment(Consumer<Comment.Builder> comment)
Information about the reply to a comment.
|
default PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.comment(Consumer<Comment.Builder> comment)
The content of the comment you posted.
|
default UpdateCommentResponse.Builder |
UpdateCommentResponse.Builder.comment(Consumer<Comment.Builder> comment)
Information about the updated comment.
|
Copyright © 2020. All rights reserved.