Uses of Interface
software.amazon.awssdk.services.b2bi.model.Mapping.Builder
-
Packages that use Mapping.Builder Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of Mapping.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return Mapping.Builder Modifier and Type Method Description static Mapping.BuilderMapping. builder()Mapping.BuilderMapping.Builder. template(String template)A string that represents the mapping template, in the transformation language specified intemplateLanguage.Mapping.BuilderMapping.Builder. templateLanguage(String templateLanguage)The transformation language for the template, either XSLT or JSONATA.Mapping.BuilderMapping.Builder. templateLanguage(MappingTemplateLanguage templateLanguage)The transformation language for the template, either XSLT or JSONATA.Mapping.BuilderMapping. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type Mapping.Builder Modifier and Type Method Description static Class<? extends Mapping.Builder>Mapping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type Mapping.Builder Modifier and Type Method Description default CreateTransformerRequest.BuilderCreateTransformerRequest.Builder. mapping(Consumer<Mapping.Builder> mapping)Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).default CreateTransformerResponse.BuilderCreateTransformerResponse.Builder. mapping(Consumer<Mapping.Builder> mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).default GetTransformerResponse.BuilderGetTransformerResponse.Builder. mapping(Consumer<Mapping.Builder> mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).default TransformerSummary.BuilderTransformerSummary.Builder. mapping(Consumer<Mapping.Builder> mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).default UpdateTransformerRequest.BuilderUpdateTransformerRequest.Builder. mapping(Consumer<Mapping.Builder> mapping)Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).default UpdateTransformerResponse.BuilderUpdateTransformerResponse.Builder. mapping(Consumer<Mapping.Builder> mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
-