public static interface PostCommentForComparedCommitResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<PostCommentForComparedCommitResponse.Builder,PostCommentForComparedCommitResponse>
| Modifier and Type | Method and Description |
|---|---|
PostCommentForComparedCommitResponse.Builder |
afterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
|
PostCommentForComparedCommitResponse.Builder |
afterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
|
PostCommentForComparedCommitResponse.Builder |
beforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
|
PostCommentForComparedCommitResponse.Builder |
beforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
|
PostCommentForComparedCommitResponse.Builder |
comment(Comment comment)
The content of the comment you posted.
|
default PostCommentForComparedCommitResponse.Builder |
comment(Consumer<Comment.Builder> comment)
The content of the comment you posted.
|
default PostCommentForComparedCommitResponse.Builder |
location(Consumer<Location.Builder> location)
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitResponse.Builder |
location(Location location)
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitResponse.Builder |
repositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPostCommentForComparedCommitResponse.Builder repositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
repositoryName - The name of the repository where you posted a comment on the comparison between commits.PostCommentForComparedCommitResponse.Builder beforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
beforeCommitId - In the directionality you established, the full commit ID of the before commit.PostCommentForComparedCommitResponse.Builder afterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
afterCommitId - In the directionality you established, the full commit ID of the after commit.PostCommentForComparedCommitResponse.Builder beforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
beforeBlobId - In the directionality you established, the blob ID of the before blob.PostCommentForComparedCommitResponse.Builder afterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
afterBlobId - In the directionality you established, the blob ID of the after blob.PostCommentForComparedCommitResponse.Builder location(Location location)
The location of the comment in the comparison between the two commits.
location - The location of the comment in the comparison between the two commits.default PostCommentForComparedCommitResponse.Builder location(Consumer<Location.Builder> location)
The location of the comment in the comparison between the two commits.
This is a convenience method that creates an instance of theLocation.Builder avoiding the need to
create one manually via Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to location(Location).location - a consumer that will call methods on Location.Builderlocation(Location)PostCommentForComparedCommitResponse.Builder comment(Comment comment)
The content of the comment you posted.
comment - The content of the comment you posted.default PostCommentForComparedCommitResponse.Builder comment(Consumer<Comment.Builder> comment)
The content of the comment you posted.
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.