static PutFileEntry.Builder |
PutFileEntry.builder() |
|
PutFileEntry.Builder |
PutFileEntry.Builder.fileContent(SdkBytes fileContent) |
The content of the file, if a source file is not specified.
|
PutFileEntry.Builder |
PutFileEntry.Builder.fileMode(String fileMode) |
The extrapolated file mode permissions for the file.
|
PutFileEntry.Builder |
PutFileEntry.Builder.fileMode(FileModeTypeEnum fileMode) |
The extrapolated file mode permissions for the file.
|
PutFileEntry.Builder |
PutFileEntry.Builder.filePath(String filePath) |
The full path to the file in the repository, including the name of the file.
|
default PutFileEntry.Builder |
PutFileEntry.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.
|
PutFileEntry.Builder |
PutFileEntry.Builder.sourceFile(SourceFileSpecifier 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.
|
PutFileEntry.Builder |
PutFileEntry.toBuilder() |
|