public static interface StartTextTranslationJobRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<StartTextTranslationJobRequest.Builder,StartTextTranslationJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartTextTranslationJobRequest.Builder |
clientToken(String clientToken)
A unique identifier for the request.
|
StartTextTranslationJobRequest.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon
Translate read access to your input data.
|
default StartTextTranslationJobRequest.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and S3 location of the input documents for the translation job.
|
StartTextTranslationJobRequest.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and S3 location of the input documents for the translation job.
|
StartTextTranslationJobRequest.Builder |
jobName(String jobName)
The name of the batch translation job to be performed.
|
default StartTextTranslationJobRequest.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
|
StartTextTranslationJobRequest.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
|
StartTextTranslationJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartTextTranslationJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartTextTranslationJobRequest.Builder |
parallelDataNames(Collection<String> parallelDataNames)
The name of a parallel data resource to add to the translation job.
|
StartTextTranslationJobRequest.Builder |
parallelDataNames(String... parallelDataNames)
The name of a parallel data resource to add to the translation job.
|
default StartTextTranslationJobRequest.Builder |
settings(Consumer<TranslationSettings.Builder> settings)
Settings to configure your translation output, including the option to mask profane words and phrases.
|
StartTextTranslationJobRequest.Builder |
settings(TranslationSettings settings)
Settings to configure your translation output, including the option to mask profane words and phrases.
|
StartTextTranslationJobRequest.Builder |
sourceLanguageCode(String sourceLanguageCode)
The language code of the input language.
|
StartTextTranslationJobRequest.Builder |
targetLanguageCodes(Collection<String> targetLanguageCodes)
The language code of the output language.
|
StartTextTranslationJobRequest.Builder |
targetLanguageCodes(String... targetLanguageCodes)
The language code of the output language.
|
StartTextTranslationJobRequest.Builder |
terminologyNames(Collection<String> terminologyNames)
The name of a custom terminology resource to add to the translation job.
|
StartTextTranslationJobRequest.Builder |
terminologyNames(String... terminologyNames)
The name of a custom terminology resource to add to the translation job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTextTranslationJobRequest.Builder jobName(String jobName)
The name of the batch translation job to be performed.
jobName - The name of the batch translation job to be performed.StartTextTranslationJobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and S3 location of the input documents for the translation job.
inputDataConfig - Specifies the format and S3 location of the input documents for the translation job.default StartTextTranslationJobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and S3 location of the input documents for the translation job.
This is a convenience method that creates an instance of theInputDataConfig.Builder avoiding the
need to create one manually via InputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputDataConfig(InputDataConfig).inputDataConfig - a consumer that will call methods on InputDataConfig.BuilderinputDataConfig(InputDataConfig)StartTextTranslationJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
outputDataConfig - Specifies the S3 folder to which your job output will be saved.default StartTextTranslationJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
This is a convenience method that creates an instance of theOutputDataConfig.Builder avoiding the
need to create one manually via OutputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputDataConfig(OutputDataConfig).outputDataConfig - a consumer that will call methods on OutputDataConfig.BuilderoutputDataConfig(OutputDataConfig)StartTextTranslationJobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more information, see identity-and-access-management.
dataAccessRoleArn - The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon
Translate read access to your input data. For more information, see
identity-and-access-management.StartTextTranslationJobRequest.Builder sourceLanguageCode(String sourceLanguageCode)
The language code of the input language. For a list of language codes, see what-is-languages.
Amazon Translate does not automatically detect a source language during batch translation jobs.
sourceLanguageCode - The language code of the input language. For a list of language codes, see
what-is-languages.
Amazon Translate does not automatically detect a source language during batch translation jobs.
StartTextTranslationJobRequest.Builder targetLanguageCodes(Collection<String> targetLanguageCodes)
The language code of the output language.
targetLanguageCodes - The language code of the output language.StartTextTranslationJobRequest.Builder targetLanguageCodes(String... targetLanguageCodes)
The language code of the output language.
targetLanguageCodes - The language code of the output language.StartTextTranslationJobRequest.Builder terminologyNames(Collection<String> terminologyNames)
The name of a custom terminology resource to add to the translation job. This resource lists examples source terms and the desired translation for each term.
This parameter accepts only one custom terminology resource.
For a list of available custom terminology resources, use the ListTerminologies operation.
For more information, see how-custom-terminology.
terminologyNames - The name of a custom terminology resource to add to the translation job. This resource lists examples
source terms and the desired translation for each term.
This parameter accepts only one custom terminology resource.
For a list of available custom terminology resources, use the ListTerminologies operation.
For more information, see how-custom-terminology.
StartTextTranslationJobRequest.Builder terminologyNames(String... terminologyNames)
The name of a custom terminology resource to add to the translation job. This resource lists examples source terms and the desired translation for each term.
This parameter accepts only one custom terminology resource.
For a list of available custom terminology resources, use the ListTerminologies operation.
For more information, see how-custom-terminology.
terminologyNames - The name of a custom terminology resource to add to the translation job. This resource lists examples
source terms and the desired translation for each term.
This parameter accepts only one custom terminology resource.
For a list of available custom terminology resources, use the ListTerminologies operation.
For more information, see how-custom-terminology.
StartTextTranslationJobRequest.Builder parallelDataNames(Collection<String> parallelDataNames)
The name of a parallel data resource to add to the translation job. This resource consists of examples that show how you want segments of text to be translated. When you add parallel data to a translation job, you create an Active Custom Translation job.
This parameter accepts only one parallel data resource.
Active Custom Translation jobs are priced at a higher rate than other jobs that don't use parallel data. For more information, see Amazon Translate pricing.
For a list of available parallel data resources, use the ListParallelData operation.
For more information, see customizing-translations-parallel-data.
parallelDataNames - The name of a parallel data resource to add to the translation job. This resource consists of examples
that show how you want segments of text to be translated. When you add parallel data to a translation
job, you create an Active Custom Translation job.
This parameter accepts only one parallel data resource.
Active Custom Translation jobs are priced at a higher rate than other jobs that don't use parallel data. For more information, see Amazon Translate pricing.
For a list of available parallel data resources, use the ListParallelData operation.
For more information, see customizing-translations-parallel-data.
StartTextTranslationJobRequest.Builder parallelDataNames(String... parallelDataNames)
The name of a parallel data resource to add to the translation job. This resource consists of examples that show how you want segments of text to be translated. When you add parallel data to a translation job, you create an Active Custom Translation job.
This parameter accepts only one parallel data resource.
Active Custom Translation jobs are priced at a higher rate than other jobs that don't use parallel data. For more information, see Amazon Translate pricing.
For a list of available parallel data resources, use the ListParallelData operation.
For more information, see customizing-translations-parallel-data.
parallelDataNames - The name of a parallel data resource to add to the translation job. This resource consists of examples
that show how you want segments of text to be translated. When you add parallel data to a translation
job, you create an Active Custom Translation job.
This parameter accepts only one parallel data resource.
Active Custom Translation jobs are priced at a higher rate than other jobs that don't use parallel data. For more information, see Amazon Translate pricing.
For a list of available parallel data resources, use the ListParallelData operation.
For more information, see customizing-translations-parallel-data.
StartTextTranslationJobRequest.Builder clientToken(String clientToken)
A unique identifier for the request. This token is auto-generated when using the Amazon Translate SDK.
clientToken - A unique identifier for the request. This token is auto-generated when using the Amazon Translate SDK.StartTextTranslationJobRequest.Builder settings(TranslationSettings settings)
Settings to configure your translation output, including the option to mask profane words and phrases.
settings - Settings to configure your translation output, including the option to mask profane words and phrases.default StartTextTranslationJobRequest.Builder settings(Consumer<TranslationSettings.Builder> settings)
Settings to configure your translation output, including the option to mask profane words and phrases.
This is a convenience method that creates an instance of theTranslationSettings.Builder avoiding the
need to create one manually via TranslationSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to settings(TranslationSettings).settings - a consumer that will call methods on TranslationSettings.Buildersettings(TranslationSettings)StartTextTranslationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTextTranslationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.