public static interface ListFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
Modifier and Type | Method and Description |
---|---|
ListFacesResponse.Builder |
faceModelVersion(String faceModelVersion)
Version number of the face detection model associated with the input collection (
CollectionId ). |
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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)
Version number of the face detection model associated with the input collection (CollectionId
).
faceModelVersion
- Version number of the face detection model associated with the input collection (
CollectionId
).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.