Uses of Interface
software.amazon.awssdk.services.codecommit.model.Location.Builder
-
Packages that use Location.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Location.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Location.Builder Modifier and Type Method Description static Location.BuilderLocation. builder()Location.BuilderLocation.Builder. filePath(String filePath)The name of the file being compared, including its extension and subdirectory, if any.Location.BuilderLocation.Builder. filePosition(Long filePosition)The position of a change in a compared file, in line number format.Location.BuilderLocation.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.BuilderLocation.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.BuilderLocation. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Location.Builder Modifier and Type Method Description static Class<? extends Location.Builder>Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Location.Builder Modifier and Type Method Description default CommentsForComparedCommit.BuilderCommentsForComparedCommit.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 CommentsForPullRequest.BuilderCommentsForPullRequest.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.BuilderPostCommentForComparedCommitRequest.Builder. location(Consumer<Location.Builder> location)The location of the comparison where you want to comment.default PostCommentForComparedCommitResponse.BuilderPostCommentForComparedCommitResponse.Builder. location(Consumer<Location.Builder> location)The location of the comment in the comparison between the two commits.default PostCommentForPullRequestRequest.BuilderPostCommentForPullRequestRequest.Builder. location(Consumer<Location.Builder> location)The location of the change where you want to post your comment.default PostCommentForPullRequestResponse.BuilderPostCommentForPullRequestResponse.Builder. location(Consumer<Location.Builder> location)The location of the change where you posted your comment.
-