| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
TextTranslationJobProperties.getOutputDataConfig()
The output configuration properties that were specified when the job was requested.
|
OutputDataConfig |
StartTextTranslationJobRequest.getOutputDataConfig()
Specifies the S3 folder to which your job output will be saved.
|
OutputDataConfig |
OutputDataConfig.withEncryptionKey(EncryptionKey encryptionKey) |
OutputDataConfig |
OutputDataConfig.withS3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextTranslationJobProperties.setOutputDataConfig(OutputDataConfig outputDataConfig)
The output configuration properties that were specified when the job was requested.
|
void |
StartTextTranslationJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output configuration properties that were specified when the job was requested.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
|
Copyright © 2024. All rights reserved.