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 which version of the folder content is returned.
|
GetFolderResponse.Builder |
files(Collection<File> files)
The list of files that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
files(Consumer<File.Builder>... files)
The list of files that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
files(File... files)
The list of files that exist 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 beneath the specified folder, if any.
|
GetFolderResponse.Builder |
subFolders(Consumer<Folder.Builder>... subFolders)
The list of folders that exist beneath the specified folder, if any.
|
GetFolderResponse.Builder |
subFolders(Folder... subFolders)
The list of folders that exist beneath the specified folder, if any.
|
GetFolderResponse.Builder |
subModules(Collection<SubModule> subModules)
The list of submodules that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
subModules(Consumer<SubModule.Builder>... subModules)
The list of submodules that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
subModules(SubModule... subModules)
The list of submodules that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
symbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
symbolicLinks(Consumer<SymbolicLink.Builder>... symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
|
GetFolderResponse.Builder |
symbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders that exist 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetFolderResponse.Builder commitId(String commitId)
The full commit ID used as a reference for which version of the folder content is returned.
commitId
- The full commit ID used as a reference for which version of the folder content is returned.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 beneath the specified folder, if any.
subFolders
- The list of folders that exist beneath the specified folder, if any.GetFolderResponse.Builder subFolders(Folder... subFolders)
The list of folders that exist beneath the specified folder, if any.
subFolders
- The list of folders that exist beneath the specified folder, if any.GetFolderResponse.Builder subFolders(Consumer<Folder.Builder>... subFolders)
The list of folders that exist beneath the specified folder, if any.
This is a convenience 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 that exist in the specified folder, if any.
files
- The list of files that exist in the specified folder, if any.GetFolderResponse.Builder files(File... files)
The list of files that exist in the specified folder, if any.
files
- The list of files that exist in the specified folder, if any.GetFolderResponse.Builder files(Consumer<File.Builder>... files)
The list of files that exist in the specified folder, if any.
This is a convenience 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 that exist in the specified folder, if any.
symbolicLinks
- The list of symbolic links to other files and folders that exist in the specified folder, if any.GetFolderResponse.Builder symbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
symbolicLinks
- The list of symbolic links to other files and folders that exist in the specified folder, if any.GetFolderResponse.Builder symbolicLinks(Consumer<SymbolicLink.Builder>... symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
This is a convenience 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 that exist in the specified folder, if any.
subModules
- The list of submodules that exist in the specified folder, if any.GetFolderResponse.Builder subModules(SubModule... subModules)
The list of submodules that exist in the specified folder, if any.
subModules
- The list of submodules that exist in the specified folder, if any.GetFolderResponse.Builder subModules(Consumer<SubModule.Builder>... subModules)
The list of submodules that exist in the specified folder, if any.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.