Uses of Interface
software.amazon.awssdk.services.b2bi.model.TestMappingRequest.Builder
-
Packages that use TestMappingRequest.Builder Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.model -
-
Uses of TestMappingRequest.Builder in software.amazon.awssdk.services.b2bi
Method parameters in software.amazon.awssdk.services.b2bi with type arguments of type TestMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<TestMappingResponse>B2BiAsyncClient. testMapping(Consumer<TestMappingRequest.Builder> testMappingRequest)Maps the input file according to the provided template file.default TestMappingResponseB2BiClient. testMapping(Consumer<TestMappingRequest.Builder> testMappingRequest)Maps the input file according to the provided template file. -
Uses of TestMappingRequest.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return TestMappingRequest.Builder Modifier and Type Method Description static TestMappingRequest.BuilderTestMappingRequest. builder()TestMappingRequest.BuilderTestMappingRequest.Builder. fileFormat(String fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.TestMappingRequest.BuilderTestMappingRequest.Builder. fileFormat(FileFormat fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.TestMappingRequest.BuilderTestMappingRequest.Builder. inputFileContent(String inputFileContent)Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.TestMappingRequest.BuilderTestMappingRequest.Builder. mappingTemplate(String mappingTemplate)Specifies the name of the mapping template for the transformer.TestMappingRequest.BuilderTestMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestMappingRequest.BuilderTestMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestMappingRequest.BuilderTestMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type TestMappingRequest.Builder Modifier and Type Method Description static Class<? extends TestMappingRequest.Builder>TestMappingRequest. serializableBuilderClass()
-