Uses of Interface
software.amazon.awssdk.services.translate.model.InputDataConfig.Builder
-
Packages that use InputDataConfig.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of InputDataConfig.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return InputDataConfig.Builder Modifier and Type Method Description static InputDataConfig.BuilderInputDataConfig. builder()InputDataConfig.BuilderInputDataConfig.Builder. contentType(String contentType)Describes the format of the data that you submit to Amazon Translate as input.InputDataConfig.BuilderInputDataConfig.Builder. s3Uri(String s3Uri)The URI of the AWS S3 folder that contains the input files.InputDataConfig.BuilderInputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type InputDataConfig.Builder Modifier and Type Method Description static Class<? extends InputDataConfig.Builder>InputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type InputDataConfig.Builder Modifier and Type Method Description default StartTextTranslationJobRequest.BuilderStartTextTranslationJobRequest.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)Specifies the format and location of the input documents for the translation job.default TextTranslationJobProperties.BuilderTextTranslationJobProperties.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)The input configuration properties that were specified when the job was requested.
-