public static interface ListFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFacesResponse.Builder |
faceModelVersion(String faceModelVersion)
Latest face model being used with the collection.
|
ListFacesResponse.Builder |
faces(Collection<Face> faces)
An array of
Face objects. |
ListFacesResponse.Builder |
faces(Consumer<Face.Builder>... faces)
An array of
Face objects. |
ListFacesResponse.Builder |
faces(Face... faces)
An array of
Face objects. |
ListFacesResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent
request to retrieve the next set of faces.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFacesResponse.Builder faces(Collection<Face> faces)
An array of Face objects.
faces - An array of Face objects.ListFacesResponse.Builder faces(Face... faces)
An array of Face objects.
faces - An array of Face objects.ListFacesResponse.Builder faces(Consumer<Face.Builder>... faces)
An array of Face objects.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #faces(List) .faces - a consumer that will call methods on List.Builder #faces(List) ListFacesResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
nextToken - If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent
request to retrieve the next set of faces.ListFacesResponse.Builder faceModelVersion(String faceModelVersion)
Latest face model being used with the collection. For more information, see Model versioning.
faceModelVersion - Latest face model being used with the collection. For more information, see Model
versioning.Copyright © 2022. All rights reserved.