public static interface DeleteCommentContentResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<DeleteCommentContentResponse.Builder,DeleteCommentContentResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteCommentContentResponse.Builder |
comment(Comment comment)
Information about the comment you just deleted.
|
default DeleteCommentContentResponse.Builder |
comment(Consumer<Comment.Builder> comment)
Information about the comment you just deleted.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteCommentContentResponse.Builder comment(Comment comment)
Information about the comment you just deleted.
comment - Information about the comment you just deleted.default DeleteCommentContentResponse.Builder comment(Consumer<Comment.Builder> comment)
Information about the comment you just deleted.
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.