| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static TextTranslationJobProperties.Builder |
TextTranslationJobProperties.builder() |
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon
Translate read access to the job's input data.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.endTime(Instant endTime)
The time at which the translation job ended.
|
default TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input configuration properties that were specified when the job was requested.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.inputDataConfig(InputDataConfig inputDataConfig)
The input configuration properties that were specified when the job was requested.
|
default TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobDetails(Consumer<JobDetails.Builder> jobDetails)
The number of documents successfully and unsuccessfully processed during the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobDetails(JobDetails jobDetails)
The number of documents successfully and unsuccessfully processed during the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobId(String jobId)
The ID of the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobName(String jobName)
The user-defined name of the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobStatus(JobStatus jobStatus)
The status of the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobStatus(String jobStatus)
The status of the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.message(String message)
An explanation of any errors that may have occured during the translation job.
|
default TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output configuration properties that were specified when the job was requested.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output configuration properties that were specified when the job was requested.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.parallelDataNames(Collection<String> parallelDataNames)
A list containing the names of the parallel data resources applied to the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.parallelDataNames(String... parallelDataNames)
A list containing the names of the parallel data resources applied to the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.sourceLanguageCode(String sourceLanguageCode)
The language code of the language of the source text.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.submittedTime(Instant submittedTime)
The time at which the translation job was submitted.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.targetLanguageCodes(Collection<String> targetLanguageCodes)
The language code of the language of the target text.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.targetLanguageCodes(String... targetLanguageCodes)
The language code of the language of the target text.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.terminologyNames(Collection<String> terminologyNames)
A list containing the names of the terminologies applied to a translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.terminologyNames(String... terminologyNames)
A list containing the names of the terminologies applied to a translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextTranslationJobProperties.Builder> |
TextTranslationJobProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTextTranslationJobResponse.Builder |
DescribeTextTranslationJobResponse.Builder.textTranslationJobProperties(Consumer<TextTranslationJobProperties.Builder> textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
|
Copyright © 2021. All rights reserved.