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