Uses of Interface
software.amazon.awssdk.services.translate.model.ParallelDataConfig.Builder
-
Packages that use ParallelDataConfig.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of ParallelDataConfig.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return ParallelDataConfig.Builder Modifier and Type Method Description static ParallelDataConfig.BuilderParallelDataConfig. builder()ParallelDataConfig.BuilderParallelDataConfig.Builder. format(String format)The format of the parallel data input file.ParallelDataConfig.BuilderParallelDataConfig.Builder. format(ParallelDataFormat format)The format of the parallel data input file.ParallelDataConfig.BuilderParallelDataConfig.Builder. s3Uri(String s3Uri)The URI of the Amazon S3 folder that contains the parallel data input file.ParallelDataConfig.BuilderParallelDataConfig. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type ParallelDataConfig.Builder Modifier and Type Method Description static Class<? extends ParallelDataConfig.Builder>ParallelDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type ParallelDataConfig.Builder Modifier and Type Method Description default CreateParallelDataRequest.BuilderCreateParallelDataRequest.Builder. parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)Specifies the format and S3 location of the parallel data input file.default ParallelDataProperties.BuilderParallelDataProperties.Builder. parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)Specifies the format and S3 location of the parallel data input file.default UpdateParallelDataRequest.BuilderUpdateParallelDataRequest.Builder. parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)Specifies the format and S3 location of the parallel data input file.
-