public static interface Location.Builder extends CopyableBuilder<Location.Builder,Location>
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
filePath(String filePath)
The name of the file being compared, including its extension and subdirectory, if any.
|
Location.Builder |
filePosition(Long filePosition)
The position of a change within a compared file, in line number format.
|
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 |
relativeFileVersion(String relativeFileVersion)
In a comparison of commits or a pull request, whether the change is in the 'before' or 'after' of that
comparison.
|
copyapply, buildLocation.Builder filePath(String filePath)
The name of the file being compared, including its extension and subdirectory, if any.
filePath - The name of the file being compared, including its extension and subdirectory, if any.Location.Builder filePosition(Long filePosition)
The position of a change within a compared file, in line number format.
filePosition - The position of a change within a compared file, in line number format.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.
relativeFileVersion - In a comparison of commits or a pull request, whether the change is in the 'before' or 'after' of that
comparison.RelativeFileVersionEnum,
RelativeFileVersionEnumLocation.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.
relativeFileVersion - In a comparison of commits or a pull request, whether the change is in the 'before' or 'after' of that
comparison.RelativeFileVersionEnum,
RelativeFileVersionEnumCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.