| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.afterBlobId(String afterBlobId)
The full blob ID of the file on which you want to comment on the source commit.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.afterCommitId(String afterCommitId)
The full commit ID of the commit that was the tip of the source branch at the time the comment was made.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.beforeBlobId(String beforeBlobId)
The full blob ID of the file on which you want to comment on the destination commit.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.beforeCommitId(String beforeCommitId)
The full commit ID of the commit that was the tip of the destination branch when the pull request was
created.
|
static CommentsForPullRequest.Builder |
CommentsForPullRequest.builder() |
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.comments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.comments(Comment... comments)
An array of comment objects.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.comments(Consumer<Comment.Builder>... comments)
An array of comment objects.
|
default CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.location(Consumer<Location.Builder> location)
Location information about the comment on the pull request, including the file name, line number, and whether
the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.location(Location location)
Location information about the comment on the pull request, including the file name, line number, and whether
the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.repositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CommentsForPullRequest.Builder> |
CommentsForPullRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.