public static interface ListCollectionsRequest.Builder extends RekognitionRequest.Builder, CopyableBuilder<ListCollectionsRequest.Builder,ListCollectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCollectionsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of collection IDs to return.
|
ListCollectionsRequest.Builder |
nextToken(String nextToken)
Pagination token from the previous response.
|
ListCollectionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListCollectionsRequest.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.ListCollectionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.