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