public static interface FileMetadata.Builder extends SdkPojo, CopyableBuilder<FileMetadata.Builder,FileMetadata>
| Modifier and Type | Method and Description |
|---|---|
FileMetadata.Builder |
absolutePath(String absolutePath)
The full path to the file to be added or updated, including the name of the file.
|
FileMetadata.Builder |
blobId(String blobId)
The blob ID that contains the file information.
|
FileMetadata.Builder |
fileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file.
|
FileMetadata.Builder |
fileMode(String fileMode)
The extrapolated file mode permissions for the file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileMetadata.Builder absolutePath(String absolutePath)
The full path to the file to be added or updated, including the name of the file.
absolutePath - The full path to the file to be added or updated, including the name of the file.FileMetadata.Builder blobId(String blobId)
The blob ID that contains the file information.
blobId - The blob ID that contains the file information.FileMetadata.Builder fileMode(String fileMode)
The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.FileModeTypeEnum,
FileModeTypeEnumFileMetadata.Builder fileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.FileModeTypeEnum,
FileModeTypeEnumCopyright © 2021. All rights reserved.