| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetFileResponse.Builder |
GetFileResponse.Builder.blobId(String blobId)
The blob ID of the object that represents the file content.
|
static GetFileResponse.Builder |
GetFileResponse.builder() |
GetFileResponse.Builder |
GetFileResponse.Builder.commitId(String commitId)
The full commit ID of the commit that contains the content returned by GetFile.
|
GetFileResponse.Builder |
GetFileResponse.Builder.fileContent(SdkBytes fileContent)
The base-64 encoded binary data object that represents the content of the file.
|
GetFileResponse.Builder |
GetFileResponse.Builder.fileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions of the blob.
|
GetFileResponse.Builder |
GetFileResponse.Builder.fileMode(String fileMode)
The extrapolated file mode permissions of the blob.
|
GetFileResponse.Builder |
GetFileResponse.Builder.filePath(String filePath)
The fully qualified path to the specified file.
|
GetFileResponse.Builder |
GetFileResponse.Builder.fileSize(Long fileSize)
The size of the contents of the file, in bytes.
|
GetFileResponse.Builder |
GetFileResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFileResponse.Builder> |
GetFileResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.