| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static GetFolderResponse.Builder |
GetFolderResponse.builder() |
GetFolderResponse.Builder |
GetFolderResponse.Builder.commitId(String commitId)
The full commit ID used as a reference for the returned version of the folder content.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.files(Collection<File> files)
The list of files in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.files(Consumer<File.Builder>... files)
The list of files in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.files(File... files)
The list of files in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.folderPath(String folderPath)
The fully qualified path of the folder whose contents are returned.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subFolders(Consumer<Folder.Builder>... subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subFolders(Folder... subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subModules(Collection<SubModule> subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subModules(Consumer<SubModule.Builder>... subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subModules(SubModule... subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.symbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.symbolicLinks(Consumer<SymbolicLink.Builder>... symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.Builder.symbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
GetFolderResponse.Builder |
GetFolderResponse.toBuilder() |
GetFolderResponse.Builder |
GetFolderResponse.Builder.treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFolderResponse.Builder> |
GetFolderResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.