Interface Location.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Location.Builder,,- Location> - SdkBuilder<Location.Builder,,- Location> - SdkPojo
- Enclosing class:
- Location
@Mutable
@NotThreadSafe
public static interface Location.Builder
extends SdkPojo, CopyableBuilder<Location.Builder,Location> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the file being compared, including its extension and subdirectory, if any.filePosition(Long filePosition) The position of a change in a compared file, in line number format.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(RelativeFileVersionEnum relativeFileVersion) In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
filePathThe name of the file being compared, including its extension and subdirectory, if any. - Parameters:
- filePath- The name of the file being compared, including its extension and subdirectory, if any.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filePositionThe position of a change in a compared file, in line number format. - Parameters:
- filePosition- The position of a change in a compared file, in line number format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
relativeFileVersionIn a comparison of commits or a pull request, whether the change is in the before or after of that comparison. - Parameters:
- relativeFileVersion- In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
relativeFileVersionIn a comparison of commits or a pull request, whether the change is in the before or after of that comparison. - Parameters:
- relativeFileVersion- In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-