public static interface PostCommentReplyResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<PostCommentReplyResponse.Builder,PostCommentReplyResponse>
Modifier and Type | Method and Description |
---|---|
PostCommentReplyResponse.Builder |
comment(Comment comment)
Information about the reply to a comment.
|
default PostCommentReplyResponse.Builder |
comment(Consumer<Comment.Builder> comment)
Information about the reply to a comment.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
PostCommentReplyResponse.Builder comment(Comment comment)
Information about the reply to a comment.
comment
- Information about the reply to a comment.default PostCommentReplyResponse.Builder comment(Consumer<Comment.Builder> comment)
Information about the reply to a comment.
This is a convenience that creates an instance of theComment.Builder
avoiding the need to create one
manually via Comment.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to comment(Comment)
.comment
- a consumer that will call methods on Comment.Builder
comment(Comment)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.