| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static StopKeyPhrasesDetectionJobResponse.Builder |
StopKeyPhrasesDetectionJobResponse.builder() |
StopKeyPhrasesDetectionJobResponse.Builder |
StopKeyPhrasesDetectionJobResponse.Builder.jobId(String jobId)
The identifier of the key phrases detection job to stop.
|
StopKeyPhrasesDetectionJobResponse.Builder |
StopKeyPhrasesDetectionJobResponse.Builder.jobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopKeyPhrasesDetectionJob operation. |
StopKeyPhrasesDetectionJobResponse.Builder |
StopKeyPhrasesDetectionJobResponse.Builder.jobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopKeyPhrasesDetectionJob operation. |
StopKeyPhrasesDetectionJobResponse.Builder |
StopKeyPhrasesDetectionJobResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopKeyPhrasesDetectionJobResponse.Builder> |
StopKeyPhrasesDetectionJobResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.