CopyableBuilder<ListCollectionsRequest.Builder,ListCollectionsRequest>
, SdkBuilder<ListCollectionsRequest.Builder,ListCollectionsRequest>
public static interface ListCollectionsRequest.Builder extends CopyableBuilder<ListCollectionsRequest.Builder,ListCollectionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListCollectionsRequest.Builder |
maxResults(Integer maxResults) |
Maximum number of collection IDs to return.
|
ListCollectionsRequest.Builder |
nextToken(String nextToken) |
Pagination token from the previous response.
|
copy
apply, build
ListCollectionsRequest.Builder nextToken(String nextToken)
Pagination token from the previous response.
nextToken
- Pagination token from the previous response.ListCollectionsRequest.Builder maxResults(Integer maxResults)
Maximum number of collection IDs to return.
maxResults
- Maximum number of collection IDs to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.