| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
File.Builder |
File.Builder.absolutePath(String absolutePath)
The fully qualified path to the file in the repository.
|
File.Builder |
File.Builder.blobId(String blobId)
The blob ID that contains the file information.
|
static File.Builder |
File.builder() |
File.Builder |
File.Builder.fileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file.
|
File.Builder |
File.Builder.fileMode(String fileMode)
The extrapolated file mode permissions for the file.
|
File.Builder |
File.Builder.relativePath(String relativePath)
The relative path of the file from the folder where the query originated.
|
File.Builder |
File.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends File.Builder> |
File.serializableBuilderClass() |
Copyright © 2021. All rights reserved.