public static interface StopTargetedSentimentDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopTargetedSentimentDetectionJobResponse.Builder,StopTargetedSentimentDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StopTargetedSentimentDetectionJobResponse.Builder |
jobId(String jobId)
The identifier of the targeted sentiment detection job to stop.
|
StopTargetedSentimentDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
StopTargetedSentimentDetectionJobResponse.Builder |
jobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopTargetedSentimentDetectionJobResponse.Builder jobId(String jobId)
The identifier of the targeted sentiment detection job to stop.
jobId - The identifier of the targeted sentiment detection job to stop.StopTargetedSentimentDetectionJobResponse.Builder jobStatus(String jobStatus)
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation.
StopTargetedSentimentDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation.
Copyright © 2023. All rights reserved.