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 theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #subFolders(List) .subFolders - a consumer that will call methods on List.Builder #subFolders(List) 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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #files(List) .files - a consumer that will call methods on List.Builder #files(List) 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 theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #symbolicLinks(List) .symbolicLinks - a consumer that will call methods on List.Builder #symbolicLinks(List) 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 theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #subModules(List) .subModules - a consumer that will call methods on List.Builder #subModules(List) Copyright © 2022. All rights reserved.