public static interface StartEventsDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StartEventsDetectionJobResponse.Builder,StartEventsDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobResponse.Builder |
jobId(String jobId)
An unique identifier for the request.
|
StartEventsDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StartEventsDetectionJobResponse.Builder |
jobStatus(String jobStatus)
The status of the events detection job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEventsDetectionJobResponse.Builder jobId(String jobId)
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
jobId - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.StartEventsDetectionJobResponse.Builder jobStatus(String jobStatus)
The status of the events detection job.
StartEventsDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the events detection job.
Copyright © 2021. All rights reserved.