Uses of Interface
software.amazon.awssdk.services.codecommit.model.File.Builder
-
Packages that use File.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of File.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return File.Builder Modifier and Type Method Description File.BuilderFile.Builder. absolutePath(String absolutePath)The fully qualified path to the file in the repository.File.BuilderFile.Builder. blobId(String blobId)The blob ID that contains the file information.static File.BuilderFile. builder()File.BuilderFile.Builder. fileMode(String fileMode)The extrapolated file mode permissions for the file.File.BuilderFile.Builder. fileMode(FileModeTypeEnum fileMode)The extrapolated file mode permissions for the file.File.BuilderFile.Builder. relativePath(String relativePath)The relative path of the file from the folder where the query originated.File.BuilderFile. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type File.Builder Modifier and Type Method Description static Class<? extends File.Builder>File. serializableBuilderClass()
-