public static interface ListFacesRequest.Builder extends RekognitionRequest.Builder, CopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
Modifier and Type | Method and Description |
---|---|
ListFacesRequest.Builder |
collectionId(String collectionId)
ID of the collection from which to list the faces.
|
ListFacesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of faces to return.
|
ListFacesRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns
a pagination token in the response.
|
ListFacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListFacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListFacesRequest.Builder collectionId(String collectionId)
ID of the collection from which to list the faces.
collectionId
- ID of the collection from which to list the faces.ListFacesRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition
returns a pagination token in the response. You can use this pagination token to retrieve the next set
of faces.ListFacesRequest.Builder maxResults(Integer maxResults)
Maximum number of faces to return.
maxResults
- Maximum number of faces to return.ListFacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListFacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.