| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
Location.builder() |
Location.Builder |
Location.Builder.filePath(String filePath)
The name of the file being compared, including its extension and subdirectory, if any.
|
Location.Builder |
Location.Builder.filePosition(Long filePosition)
The position of a change in a compared file, in line number format.
|
Location.Builder |
Location.Builder.relativeFileVersion(RelativeFileVersionEnum relativeFileVersion)
In a comparison of commits or a pull request, whether the change is in the before or after of that
comparison.
|
Location.Builder |
Location.Builder.relativeFileVersion(String relativeFileVersion)
In a comparison of commits or a pull request, whether the change is in the before or after of that
comparison.
|
Location.Builder |
Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Location.Builder> |
Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PostCommentForPullRequestRequest.Builder |
PostCommentForPullRequestRequest.Builder.location(Consumer<Location.Builder> location)
The location of the change where you want to post your comment.
|
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).
|
default PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.location(Consumer<Location.Builder> location)
The location of the comparison where you want to comment.
|
default CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.location(Consumer<Location.Builder> location)
Location information about the comment on the comparison, including the file name, line number, and whether
the version of the file where the comment was made is BEFORE or AFTER.
|
default PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.location(Consumer<Location.Builder> location)
The location of the change where you posted your comment.
|
default PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.location(Consumer<Location.Builder> location)
The location of the comment in the comparison between the two commits.
|
Copyright © 2022. All rights reserved.