Uses of Interface
software.amazon.awssdk.services.translate.model.TerminologyData.Builder
-
Packages that use TerminologyData.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of TerminologyData.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return TerminologyData.Builder Modifier and Type Method Description static TerminologyData.BuilderTerminologyData. builder()TerminologyData.BuilderTerminologyData.Builder. directionality(String directionality)The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).TerminologyData.BuilderTerminologyData.Builder. directionality(Directionality directionality)The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).TerminologyData.BuilderTerminologyData.Builder. file(SdkBytes file)The file containing the custom terminology data.TerminologyData.BuilderTerminologyData.Builder. format(String format)The data format of the custom terminology.TerminologyData.BuilderTerminologyData.Builder. format(TerminologyDataFormat format)The data format of the custom terminology.TerminologyData.BuilderTerminologyData. toBuilder()Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type TerminologyData.Builder Modifier and Type Method Description static Class<? extends TerminologyData.Builder>TerminologyData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type TerminologyData.Builder Modifier and Type Method Description default ImportTerminologyRequest.BuilderImportTerminologyRequest.Builder. terminologyData(Consumer<TerminologyData.Builder> terminologyData)The terminology data for the custom terminology being imported.
-