public static interface File.Builder extends SdkPojo, CopyableBuilder<File.Builder,File>
| Modifier and Type | Method and Description |
|---|---|
File.Builder |
absolutePath(String absolutePath)
The fully-qualified path to the file in the repository.
|
File.Builder |
blobId(String blobId)
The blob ID that contains the file information.
|
File.Builder |
fileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file.
|
File.Builder |
fileMode(String fileMode)
The extrapolated file mode permissions for the file.
|
File.Builder |
relativePath(String relativePath)
The relative path of the file from the folder where the query originated.
|
copyapplyMutation, buildFile.Builder blobId(String blobId)
The blob ID that contains the file information.
blobId - The blob ID that contains the file information.File.Builder absolutePath(String absolutePath)
The fully-qualified path to the file in the repository.
absolutePath - The fully-qualified path to the file in the repository.File.Builder relativePath(String relativePath)
The relative path of the file from the folder where the query originated.
relativePath - The relative path of the file from the folder where the query originated.File.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,
FileModeTypeEnumFile.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.