| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.afterBlobId(String afterBlobId)
The full blob ID of the commit used to establish the after of the comparison.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.afterCommitId(String afterCommitId)
The full commit ID of the commit used to establish the after of the comparison.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.beforeBlobId(String beforeBlobId)
The full blob ID of the commit used to establish the before of the comparison.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.beforeCommitId(String beforeCommitId)
The full commit ID of the commit used to establish the before of the comparison.
|
static CommentsForComparedCommit.Builder |
CommentsForComparedCommit.builder() |
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.comments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.comments(Comment... comments)
An array of comment objects.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.comments(Consumer<Comment.Builder>... comments)
An array of comment objects.
|
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.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.location(Location 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.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.repositoryName(String repositoryName)
The name of the repository that contains the compared commits.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CommentsForComparedCommit.Builder> |
CommentsForComparedCommit.serializableBuilderClass() |
Copyright © 2021. All rights reserved.