Interface FileSizes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileSizes.Builder,FileSizes>,SdkBuilder<FileSizes.Builder,FileSizes>,SdkPojo
- Enclosing class:
- FileSizes
public static interface FileSizes.Builder extends SdkPojo, CopyableBuilder<FileSizes.Builder,FileSizes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSizes.Builderbase(Long base)The size of a file in the base of a merge or pull request.FileSizes.Builderdestination(Long destination)The size of a file in the destination of a merge or pull request.FileSizes.Buildersource(Long source)The size of a file in the source of a merge or pull request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
source
FileSizes.Builder source(Long source)
The size of a file in the source of a merge or pull request.
- Parameters:
source- The size of a file in the source of a merge or pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
FileSizes.Builder destination(Long destination)
The size of a file in the destination of a merge or pull request.
- Parameters:
destination- The size of a file in the destination of a merge or pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
base
FileSizes.Builder base(Long base)
The size of a file in the base of a merge or pull request.
- Parameters:
base- The size of a file in the base of a merge or pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-