Interface CreateCollectionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>, RekognitionResponse.Builder, SdkBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateCollectionResponse

public static interface CreateCollectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
  • 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.