Uses of Interface
software.amazon.awssdk.services.translate.model.ParallelDataDataLocation.Builder
-
Packages that use ParallelDataDataLocation.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of ParallelDataDataLocation.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return ParallelDataDataLocation.Builder Modifier and Type Method Description static ParallelDataDataLocation.BuilderParallelDataDataLocation. builder()ParallelDataDataLocation.BuilderParallelDataDataLocation.Builder. location(String location)The Amazon S3 location of the parallel data input file.ParallelDataDataLocation.BuilderParallelDataDataLocation.Builder. repositoryType(String repositoryType)Describes the repository that contains the parallel data input file.ParallelDataDataLocation.BuilderParallelDataDataLocation. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type ParallelDataDataLocation.Builder Modifier and Type Method Description static Class<? extends ParallelDataDataLocation.Builder>ParallelDataDataLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type ParallelDataDataLocation.Builder Modifier and Type Method Description default GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. auxiliaryDataLocation(Consumer<ParallelDataDataLocation.Builder> auxiliaryDataLocation)The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.default GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. dataLocation(Consumer<ParallelDataDataLocation.Builder> dataLocation)The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate.default GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. latestUpdateAttemptAuxiliaryDataLocation(Consumer<ParallelDataDataLocation.Builder> latestUpdateAttemptAuxiliaryDataLocation)The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
-