public static interface GetResourcesResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
Modifier and Type | Method and Description |
---|---|
GetResourcesResponse.Builder |
documents(Collection<DocumentMetadata> documents)
The documents in the specified collection.
|
GetResourcesResponse.Builder |
documents(Consumer<DocumentMetadata.Builder>... documents)
The documents in the specified collection.
|
GetResourcesResponse.Builder |
documents(DocumentMetadata... documents)
The documents in the specified collection.
|
GetResourcesResponse.Builder |
folders(Collection<FolderMetadata> folders)
The folders in the specified folder.
|
GetResourcesResponse.Builder |
folders(Consumer<FolderMetadata.Builder>... folders)
The folders in the specified folder.
|
GetResourcesResponse.Builder |
folders(FolderMetadata... folders)
The folders in the specified folder.
|
GetResourcesResponse.Builder |
marker(String marker)
The marker to use when requesting the next set of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetResourcesResponse.Builder folders(Collection<FolderMetadata> folders)
The folders in the specified folder.
folders
- The folders in the specified folder.GetResourcesResponse.Builder folders(FolderMetadata... folders)
The folders in the specified folder.
folders
- The folders in the specified folder.GetResourcesResponse.Builder folders(Consumer<FolderMetadata.Builder>... folders)
The folders in the specified folder.
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 #folders(List)
.folders
- a consumer that will call methods on List.Builder
#folders(List)
GetResourcesResponse.Builder documents(Collection<DocumentMetadata> documents)
The documents in the specified collection.
documents
- The documents in the specified collection.GetResourcesResponse.Builder documents(DocumentMetadata... documents)
The documents in the specified collection.
documents
- The documents in the specified collection.GetResourcesResponse.Builder documents(Consumer<DocumentMetadata.Builder>... documents)
The documents in the specified collection.
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 #documents(List)
.documents
- a consumer that will call methods on List.Builder
#documents(List)
GetResourcesResponse.Builder marker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker
- The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.