public static interface ListFacesResponse.Builder extends RekognitionResponse.Builder, CopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.