public static interface UpdateCommentResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2022. All rights reserved.