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(String jobStatus) |
The status of the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.jobStatus(JobStatus jobStatus) |
The status of the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.message(String message) |
An explanation of any errors that may have occurred 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(String... parallelDataNames) |
A list containing the names of the parallel data resources applied to the translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.parallelDataNames(Collection<String> parallelDataNames) |
A list containing the names of the parallel data resources applied to the translation job.
|
default TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.settings(Consumer<TranslationSettings.Builder> settings) |
Settings that modify the translation output.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.settings(TranslationSettings settings) |
Settings that modify the translation output.
|
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(String... targetLanguageCodes) |
The language code of the language of the target text.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.targetLanguageCodes(Collection<String> targetLanguageCodes) |
The language code of the language of the target text.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.terminologyNames(String... terminologyNames) |
A list containing the names of the terminologies applied to a translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.terminologyNames(Collection<String> terminologyNames) |
A list containing the names of the terminologies applied to a translation job.
|
TextTranslationJobProperties.Builder |
TextTranslationJobProperties.toBuilder() |
|