public static interface GetFolderResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetFolderResponse.Builder,GetFolderResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFolderResponse.Builder |
commitId(String commitId)
The full commit ID used as a reference for the returned version of the folder content.
|
GetFolderResponse.Builder |
files(Collection<File> files)
The list of files in the specified folder, if any.
|
GetFolderResponse.Builder |
files(Consumer<File.Builder>... files)
The list of files in the specified folder, if any.
|
GetFolderResponse.Builder |
files(File... files)
The list of files in the specified folder, if any.
|
GetFolderResponse.Builder |
folderPath(String folderPath)
The fully qualified path of the folder whose contents are returned.
|
GetFolderResponse.Builder |
subFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResponse.Builder |
subFolders(Consumer<Folder.Builder>... subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResponse.Builder |
subFolders(Folder... subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResponse.Builder |
subModules(Collection<SubModule> subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResponse.Builder |
subModules(Consumer<SubModule.Builder>... subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResponse.Builder |
subModules(SubModule... subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResponse.Builder |
symbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
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 |
symbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
GetFolderResponse.Builder |
treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFolderResponse.Builder commitId(String commitId)
The full commit ID used as a reference for the returned version of the folder content.
commitId - The full commit ID used as a reference for the returned version of the folder content.GetFolderResponse.Builder folderPath(String folderPath)
The fully qualified path of the folder whose contents are returned.
folderPath - The fully qualified path of the folder whose contents are returned.GetFolderResponse.Builder treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
treeId - The full SHA-1 pointer of the tree information for the commit that contains the folder.GetFolderResponse.Builder subFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
subFolders - The list of folders that exist under the specified folder, if any.GetFolderResponse.Builder subFolders(Folder... subFolders)
The list of folders that exist under the specified folder, if any.
subFolders - The list of folders that exist under the specified folder, if any.GetFolderResponse.Builder subFolders(Consumer<Folder.Builder>... subFolders)
The list of folders that exist under the specified folder, if any.
This is a convenience method that creates an instance of theFolder.Builder avoiding the need to create one
manually via Folder.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #subFolders(List.
subFolders - a consumer that will call methods on
Folder.Builder#subFolders(java.util.Collection) GetFolderResponse.Builder files(Collection<File> files)
The list of files in the specified folder, if any.
files - The list of files in the specified folder, if any.GetFolderResponse.Builder files(File... files)
The list of files in the specified folder, if any.
files - The list of files in the specified folder, if any.GetFolderResponse.Builder files(Consumer<File.Builder>... files)
The list of files in the specified folder, if any.
This is a convenience method that creates an instance of theFile.Builder avoiding the need to create one
manually via File.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #files(List.
files - a consumer that will call methods on
File.Builder#files(java.util.Collection) GetFolderResponse.Builder symbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
symbolicLinks - The list of symbolic links to other files and folders in the specified folder, if any.GetFolderResponse.Builder symbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
symbolicLinks - The list of symbolic links to other files and folders in the specified folder, if any.GetFolderResponse.Builder symbolicLinks(Consumer<SymbolicLink.Builder>... symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
This is a convenience method that creates an instance of theSymbolicLink.Builder avoiding the need to create one
manually via SymbolicLink.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #symbolicLinks(List.
symbolicLinks - a consumer that will call methods on
SymbolicLink.Builder#symbolicLinks(java.util.Collection) GetFolderResponse.Builder subModules(Collection<SubModule> subModules)
The list of submodules in the specified folder, if any.
subModules - The list of submodules in the specified folder, if any.GetFolderResponse.Builder subModules(SubModule... subModules)
The list of submodules in the specified folder, if any.
subModules - The list of submodules in the specified folder, if any.GetFolderResponse.Builder subModules(Consumer<SubModule.Builder>... subModules)
The list of submodules in the specified folder, if any.
This is a convenience method that creates an instance of theSubModule.Builder avoiding the need to create one
manually via SubModule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #subModules(List.
subModules - a consumer that will call methods on
SubModule.Builder#subModules(java.util.Collection) Copyright © 2022. All rights reserved.