public static interface StopTextTranslationJobResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<StopTextTranslationJobResponse.Builder,StopTextTranslationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StopTextTranslationJobResponse.Builder |
jobId(String jobId)
The job ID of the stopped batch translation job.
|
StopTextTranslationJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the designated job.
|
StopTextTranslationJobResponse.Builder |
jobStatus(String jobStatus)
The status of the designated job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopTextTranslationJobResponse.Builder jobId(String jobId)
The job ID of the stopped batch translation job.
jobId - The job ID of the stopped batch translation job.StopTextTranslationJobResponse.Builder jobStatus(String jobStatus)
The status of the designated job. Upon successful completion, the job's status will be STOPPED.
StopTextTranslationJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the designated job. Upon successful completion, the job's status will be STOPPED.
Copyright © 2023. All rights reserved.