CopyableBuilder<ListDocumentsRequest.Builder,ListDocumentsRequest>, SdkBuilder<ListDocumentsRequest.Builder,ListDocumentsRequest>public static interface ListDocumentsRequest.Builder extends CopyableBuilder<ListDocumentsRequest.Builder,ListDocumentsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListDocumentsRequest.Builder |
documentFilterList(Collection<DocumentFilter> documentFilterList) |
One or more filters.
|
ListDocumentsRequest.Builder |
documentFilterList(DocumentFilter... documentFilterList) |
One or more filters.
|
ListDocumentsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
ListDocumentsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copyapply, buildListDocumentsRequest.Builder documentFilterList(Collection<DocumentFilter> documentFilterList)
One or more filters. Use a filter to return a more specific list of results.
documentFilterList - One or more filters. Use a filter to return a more specific list of results.ListDocumentsRequest.Builder documentFilterList(DocumentFilter... documentFilterList)
One or more filters. Use a filter to return a more specific list of results.
NOTE: This method appends the values to the existing list (if any). Use
#setDocumentFilterList(java.util.Collection) or #withDocumentFilterList(java.util.Collection)
if you want to override the existing values.
documentFilterList - One or more filters. Use a filter to return a more specific list of results.ListDocumentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListDocumentsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.