Uses of Interface
software.amazon.awssdk.services.translate.model.StopTextTranslationJobResponse.Builder
-
Packages that use StopTextTranslationJobResponse.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of StopTextTranslationJobResponse.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return StopTextTranslationJobResponse.Builder Modifier and Type Method Description static StopTextTranslationJobResponse.BuilderStopTextTranslationJobResponse. builder()StopTextTranslationJobResponse.BuilderStopTextTranslationJobResponse.Builder. jobId(String jobId)The job ID of the stopped batch translation job.StopTextTranslationJobResponse.BuilderStopTextTranslationJobResponse.Builder. jobStatus(String jobStatus)The status of the designated job.StopTextTranslationJobResponse.BuilderStopTextTranslationJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the designated job.StopTextTranslationJobResponse.BuilderStopTextTranslationJobResponse. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type StopTextTranslationJobResponse.Builder Modifier and Type Method Description static Class<? extends StopTextTranslationJobResponse.Builder>StopTextTranslationJobResponse. serializableBuilderClass()
-