Interface StartFaceDetectionResponse.Builder

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

public static interface StartFaceDetectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<StartFaceDetectionResponse.Builder,StartFaceDetectionResponse>
  • Method Details

    • jobId

      The identifier for the face detection job. Use JobId to identify the job in a subsequent call to GetFaceDetection.

      Parameters:
      jobId - The identifier for the face detection job. Use JobId to identify the job in a subsequent call to GetFaceDetection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.