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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListFacesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListFacesRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListFacesRequest.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.