CopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
, SdkBuilder<ListFacesRequest.Builder,ListFacesRequest>
public static interface ListFacesRequest.Builder extends CopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
Modifier and Type | Method | 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.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.