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 Summary
Modifier and TypeMethodDescriptionThe identifier for the face detection job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
jobId
The identifier for the face detection job. Use
JobIdto identify the job in a subsequent call toGetFaceDetection.- Parameters:
 jobId- The identifier for the face detection job. UseJobIdto identify the job in a subsequent call toGetFaceDetection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -