Interface IsBinaryFile.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>,SdkBuilder<IsBinaryFile.Builder,IsBinaryFile>,SdkPojo
- Enclosing class:
- IsBinaryFile
public static interface IsBinaryFile.Builder extends SdkPojo, CopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsBinaryFile.Builderbase(Boolean base)The binary or non-binary status of a file in the base of a merge or pull request.IsBinaryFile.Builderdestination(Boolean destination)The binary or non-binary status of a file in the destination of a merge or pull request.IsBinaryFile.Buildersource(Boolean source)The binary or non-binary status of 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
IsBinaryFile.Builder source(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
- Parameters:
source- The binary or non-binary status of 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
IsBinaryFile.Builder destination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
- Parameters:
destination- The binary or non-binary status 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
IsBinaryFile.Builder base(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
- Parameters:
base- The binary or non-binary status 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.
-
-