Uses of Interface
software.amazon.awssdk.services.codecommit.model.IsBinaryFile.Builder
-
Packages that use IsBinaryFile.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of IsBinaryFile.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return IsBinaryFile.Builder Modifier and Type Method Description IsBinaryFile.BuilderIsBinaryFile.Builder. base(Boolean base)The binary or non-binary status of a file in the base of a merge or pull request.static IsBinaryFile.BuilderIsBinaryFile. builder()IsBinaryFile.BuilderIsBinaryFile.Builder. destination(Boolean destination)The binary or non-binary status of a file in the destination of a merge or pull request.IsBinaryFile.BuilderIsBinaryFile.Builder. source(Boolean source)The binary or non-binary status of file in the source of a merge or pull request.IsBinaryFile.BuilderIsBinaryFile. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type IsBinaryFile.Builder Modifier and Type Method Description static Class<? extends IsBinaryFile.Builder>IsBinaryFile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type IsBinaryFile.Builder Modifier and Type Method Description default ConflictMetadata.BuilderConflictMetadata.Builder. isBinaryFile(Consumer<IsBinaryFile.Builder> isBinaryFile)A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.
-