| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
InputDataConfig.builder() |
InputDataConfig.Builder |
InputDataConfig.Builder.contentType(String contentType)
Describes the format of the data that you submit to Amazon Translate as input.
|
InputDataConfig.Builder |
InputDataConfig.Builder.s3Uri(String s3Uri)
The URI of the AWS S3 folder that contains the input files.
|
InputDataConfig.Builder |
InputDataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDataConfig.Builder> |
InputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartTextTranslationJobRequest.Builder |
StartTextTranslationJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input documents for the translation job.
|
default TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input configuration properties that were specified when the job was requested.
|
Copyright © 2023. All rights reserved.