Uses of Interface
software.amazon.awssdk.services.codecommit.model.SourceFileSpecifier.Builder
-
Packages that use SourceFileSpecifier.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of SourceFileSpecifier.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return SourceFileSpecifier.Builder Modifier and Type Method Description static SourceFileSpecifier.BuilderSourceFileSpecifier. builder()SourceFileSpecifier.BuilderSourceFileSpecifier.Builder. filePath(String filePath)The full path to the file, including the name of the file.SourceFileSpecifier.BuilderSourceFileSpecifier.Builder. isMove(Boolean isMove)Whether to remove the source file from the parent commit.SourceFileSpecifier.BuilderSourceFileSpecifier. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type SourceFileSpecifier.Builder Modifier and Type Method Description static Class<? extends SourceFileSpecifier.Builder>SourceFileSpecifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type SourceFileSpecifier.Builder Modifier and Type Method Description default PutFileEntry.BuilderPutFileEntry.Builder. sourceFile(Consumer<SourceFileSpecifier.Builder> sourceFile)The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.
-