Uses of Interface
software.amazon.awssdk.services.translate.model.OutputDataConfig.Builder
-
Packages that use OutputDataConfig.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of OutputDataConfig.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return OutputDataConfig.Builder Modifier and Type Method Description static OutputDataConfig.BuilderOutputDataConfig. builder()default OutputDataConfig.BuilderOutputDataConfig.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)Sets the value of the EncryptionKey property for this object.OutputDataConfig.BuilderOutputDataConfig.Builder. encryptionKey(EncryptionKey encryptionKey)Sets the value of the EncryptionKey property for this object.OutputDataConfig.BuilderOutputDataConfig.Builder. s3Uri(String s3Uri)The URI of the S3 folder that contains a translation job's output file.OutputDataConfig.BuilderOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type OutputDataConfig.Builder Modifier and Type Method Description static Class<? extends OutputDataConfig.Builder>OutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type OutputDataConfig.Builder Modifier and Type Method Description default StartTextTranslationJobRequest.BuilderStartTextTranslationJobRequest.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)Specifies the S3 folder to which your job output will be saved.default TextTranslationJobProperties.BuilderTextTranslationJobProperties.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)The output configuration properties that were specified when the job was requested.
-