public static interface StopEventsDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopEventsDetectionJobResponse.Builder,StopEventsDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StopEventsDetectionJobResponse.Builder |
jobId(String jobId)
The identifier of the events detection job to stop.
|
StopEventsDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StopEventsDetectionJobResponse.Builder |
jobStatus(String jobStatus)
The status of the events detection job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopEventsDetectionJobResponse.Builder jobId(String jobId)
The identifier of the events detection job to stop.
jobId - The identifier of the events detection job to stop.StopEventsDetectionJobResponse.Builder jobStatus(String jobStatus)
The status of the events detection job.
StopEventsDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the events detection job.
Copyright © 2023. All rights reserved.