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
Modifier and TypeMethodDescriptionThe binary or non-binary status of a file in the base of a merge or pull request.destination(Boolean destination) The binary or non-binary status of a file in the destination of a merge or pull request.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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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.
 
 
 -