public static interface StartFaceDetectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<StartFaceDetectionResponse.Builder,StartFaceDetectionResponse>
Modifier and Type | Method and Description |
---|---|
StartFaceDetectionResponse.Builder |
jobId(String jobId)
The identifier for the face detection job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartFaceDetectionResponse.Builder jobId(String jobId)
The identifier for the face detection job. Use JobId
to identify the job in a subsequent call to
GetFaceDetection
.
jobId
- The identifier for the face detection job. Use JobId
to identify the job in a subsequent
call to GetFaceDetection
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.