CopyableBuilder<DescribeFolderContentsResponse.Builder,DescribeFolderContentsResponse>, SdkBuilder<DescribeFolderContentsResponse.Builder,DescribeFolderContentsResponse>public static interface DescribeFolderContentsResponse.Builder extends CopyableBuilder<DescribeFolderContentsResponse.Builder,DescribeFolderContentsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeFolderContentsResponse.Builder |
documents(Collection<DocumentMetadata> documents) |
The documents in the specified folder.
|
DescribeFolderContentsResponse.Builder |
documents(DocumentMetadata... documents) |
The documents in the specified folder.
|
DescribeFolderContentsResponse.Builder |
folders(Collection<FolderMetadata> folders) |
The subfolders in the specified folder.
|
DescribeFolderContentsResponse.Builder |
folders(FolderMetadata... folders) |
The subfolders in the specified folder.
|
DescribeFolderContentsResponse.Builder |
marker(String marker) |
The marker to use when requesting the next set of results.
|
copyapply, buildDescribeFolderContentsResponse.Builder folders(Collection<FolderMetadata> folders)
The subfolders in the specified folder.
folders - The subfolders in the specified folder.DescribeFolderContentsResponse.Builder folders(FolderMetadata... folders)
The subfolders in the specified folder.
NOTE: This method appends the values to the existing list (if any). Use
#setFolders(java.util.Collection) or #withFolders(java.util.Collection) if you want to
override the existing values.
folders - The subfolders in the specified folder.DescribeFolderContentsResponse.Builder documents(Collection<DocumentMetadata> documents)
The documents in the specified folder.
documents - The documents in the specified folder.DescribeFolderContentsResponse.Builder documents(DocumentMetadata... documents)
The documents in the specified folder.
NOTE: This method appends the values to the existing list (if any). Use
#setDocuments(java.util.Collection) or #withDocuments(java.util.Collection) if you want to
override the existing values.
documents - The documents in the specified folder.DescribeFolderContentsResponse.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.