Uses of Interface
software.amazon.awssdk.services.codecommit.model.Comment.Builder
-
Packages that use Comment.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Comment.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Comment.Builder Modifier and Type Method Description Comment.BuilderComment.Builder. authorArn(String authorArn)The Amazon Resource Name (ARN) of the person who posted the comment.static Comment.BuilderComment. builder()Comment.BuilderComment.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.BuilderComment.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.BuilderComment.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.BuilderComment.Builder. commentId(String commentId)The system-generated comment ID.Comment.BuilderComment.Builder. content(String content)The content of the comment.Comment.BuilderComment.Builder. creationDate(Instant creationDate)The date and time the comment was created, in timestamp format.Comment.BuilderComment.Builder. deleted(Boolean deleted)A Boolean value indicating whether the comment has been deleted.Comment.BuilderComment.Builder. inReplyTo(String inReplyTo)The ID of the comment for which this comment is a reply, if any.Comment.BuilderComment.Builder. lastModifiedDate(Instant lastModifiedDate)The date and time the comment was most recently modified, in timestamp format.Comment.BuilderComment.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.BuilderComment. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Comment.Builder Modifier and Type Method Description static Class<? extends Comment.Builder>Comment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Comment.Builder Modifier and Type Method Description default DeleteCommentContentResponse.BuilderDeleteCommentContentResponse.Builder. comment(Consumer<Comment.Builder> comment)Information about the comment you just deleted.default GetCommentResponse.BuilderGetCommentResponse.Builder. comment(Consumer<Comment.Builder> comment)The contents of the comment.default PostCommentForComparedCommitResponse.BuilderPostCommentForComparedCommitResponse.Builder. comment(Consumer<Comment.Builder> comment)The content of the comment you posted.default PostCommentForPullRequestResponse.BuilderPostCommentForPullRequestResponse.Builder. comment(Consumer<Comment.Builder> comment)The content of the comment you posted.default PostCommentReplyResponse.BuilderPostCommentReplyResponse.Builder. comment(Consumer<Comment.Builder> comment)Information about the reply to a comment.default UpdateCommentResponse.BuilderUpdateCommentResponse.Builder. comment(Consumer<Comment.Builder> comment)Information about the updated comment.
-