static DescribeCollectionResponse.Builder |
DescribeCollectionResponse.builder() |
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.collectionARN(String collectionARN) |
The Amazon Resource Name (ARN) of the collection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.creationTimestamp(Instant creationTimestamp) |
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.faceCount(Long faceCount) |
The number of faces that are indexed into the collection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.faceModelVersion(String faceModelVersion) |
The version of the face model that's used by the collection for face detection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.toBuilder() |
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.userCount(Long userCount) |
The number of UserIDs assigned to the specified colleciton.
|