CopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
, SdkBuilder<ListFacesResponse.Builder,ListFacesResponse>
public static interface ListFacesResponse.Builder extends CopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFacesResponse.Builder |
faces(Collection<Face> 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.
|
copy
apply, build
ListFacesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFaces(java.util.Collection)
or #withFaces(java.util.Collection)
if you want to override
the existing values.
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.
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.