Interface DescribeCollectionResponse.Builder

    • Method Detail

      • faceCount

        DescribeCollectionResponse.Builder faceCount​(Long faceCount)

        The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.

        Parameters:
        faceCount - The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faceModelVersion

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectionARN

        DescribeCollectionResponse.Builder collectionARN​(String collectionARN)

        The Amazon Resource Name (ARN) of the collection.

        Parameters:
        collectionARN - The Amazon Resource Name (ARN) of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimestamp

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userCount

        DescribeCollectionResponse.Builder userCount​(Long userCount)

        The number of UserIDs assigned to the specified colleciton.

        Parameters:
        userCount - The number of UserIDs assigned to the specified colleciton.
        Returns:
        Returns a reference to this object so that method calls can be chained together.