Interface CreateCollectionResponse.Builder

  • Method Details

    • statusCode

      CreateCollectionResponse.Builder statusCode(Integer statusCode)

      HTTP status code indicating the result of the operation.

      Parameters:
      statusCode - HTTP status code indicating the result of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • collectionArn

      CreateCollectionResponse.Builder collectionArn(String collectionArn)

      Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.

      Parameters:
      collectionArn - Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • faceModelVersion

      CreateCollectionResponse.Builder faceModelVersion(String faceModelVersion)

      Version number of the face detection model associated with the collection you are creating.

      Parameters:
      faceModelVersion - Version number of the face detection model associated with the collection you are creating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.