Interface ListCollectionsResponse.Builder

    • Method Detail

      • collectionIds

        ListCollectionsResponse.Builder collectionIds​(Collection<String> collectionIds)

        An array of collection IDs.

        Parameters:
        collectionIds - An array of collection IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectionIds

        ListCollectionsResponse.Builder collectionIds​(String... collectionIds)

        An array of collection IDs.

        Parameters:
        collectionIds - An array of collection IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCollectionsResponse.Builder nextToken​(String nextToken)

        If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.

        Parameters:
        nextToken - If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faceModelVersions

        ListCollectionsResponse.Builder faceModelVersions​(Collection<String> faceModelVersions)

        Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions[2] is the version number for the face detection model used by the collection in CollectionId[2].

        Parameters:
        faceModelVersions - Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions[2] is the version number for the face detection model used by the collection in CollectionId[2].
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faceModelVersions

        ListCollectionsResponse.Builder faceModelVersions​(String... faceModelVersions)

        Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions[2] is the version number for the face detection model used by the collection in CollectionId[2].

        Parameters:
        faceModelVersions - Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions[2] is the version number for the face detection model used by the collection in CollectionId[2].
        Returns:
        Returns a reference to this object so that method calls can be chained together.