| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.afterBlobId(String afterBlobId)
In the directionality of the pull request, the blob ID of the after blob.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.afterCommitId(String afterCommitId)
The full commit ID of the commit in the destination branch where the pull request is merged.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.beforeBlobId(String beforeBlobId)
In the directionality of the pull request, the blob ID of the before blob.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.beforeCommitId(String beforeCommitId)
The full commit ID of the commit in the source branch used to create the pull request, or in the case of an
updated pull request, the full commit ID of the commit used to update the pull request.
|
static PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.builder() |
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.comment(Comment comment)
The content of the comment you posted.
|
default PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.comment(Consumer<Comment.Builder> comment)
The content of the comment you posted.
|
default PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.location(Consumer<Location.Builder> location)
The location of the change where you posted your comment.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.location(Location location)
The location of the change where you posted your comment.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.repositoryName(String repositoryName)
The name of the repository where you posted a comment on a pull request.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostCommentForPullRequestResponse.Builder> |
PostCommentForPullRequestResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.