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.
|
ListCollectionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.ListCollectionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.