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