public static interface UpdateCommentResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<UpdateCommentResponse.Builder,UpdateCommentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCommentResponse.Builder |
comment(Comment comment)
Information about the updated comment.
|
default UpdateCommentResponse.Builder |
comment(Consumer<Comment.Builder> comment)
Information about the updated comment.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateCommentResponse.Builder comment(Comment comment)
Information about the updated comment.
comment - Information about the updated comment.default UpdateCommentResponse.Builder comment(Consumer<Comment.Builder> comment)
Information about the updated 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.Buildercomment(Comment)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.