public static interface DescribeCollectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DescribeCollectionResponse.Builder,DescribeCollectionResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCollectionResponse.Builder |
collectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
DescribeCollectionResponse.Builder |
creationTimestamp(Instant creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
DescribeCollectionResponse.Builder |
faceCount(Long faceCount)
The number of faces that are indexed into the collection.
|
DescribeCollectionResponse.Builder |
faceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCollectionResponse.Builder faceCount(Long faceCount)
The number of faces that are indexed into the collection. To index faces into a collection, use .
faceCount
- The number of faces that are indexed into the collection. To index faces into a collection, use .DescribeCollectionResponse.Builder faceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
faceModelVersion
- The version of the face model that's used by the collection for face detection.
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
DescribeCollectionResponse.Builder collectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
collectionARN
- The Amazon Resource Name (ARN) of the collection.DescribeCollectionResponse.Builder creationTimestamp(Instant creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
creationTimestamp
- The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix
epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.