Uses of Interface
software.amazon.awssdk.services.b2bi.model.StartTransformerJobRequest.Builder
-
Packages that use StartTransformerJobRequest.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 StartTransformerJobRequest.Builder in software.amazon.awssdk.services.b2bi
Method parameters in software.amazon.awssdk.services.b2bi with type arguments of type StartTransformerJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartTransformerJobResponse>B2BiAsyncClient. startTransformerJob(Consumer<StartTransformerJobRequest.Builder> startTransformerJobRequest)Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.default StartTransformerJobResponseB2BiClient. startTransformerJob(Consumer<StartTransformerJobRequest.Builder> startTransformerJobRequest)Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange. -
Uses of StartTransformerJobRequest.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return StartTransformerJobRequest.Builder Modifier and Type Method Description static StartTransformerJobRequest.BuilderStartTransformerJobRequest. builder()StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. clientToken(String clientToken)Reserved for future use.default StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. inputFile(Consumer<S3Location.Builder> inputFile)Specifies the location of the input file for the transformation.StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. inputFile(S3Location inputFile)Specifies the location of the input file for the transformation.default StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. outputLocation(Consumer<S3Location.Builder> outputLocation)Specifies the location of the output file for the transformation.StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. outputLocation(S3Location outputLocation)Specifies the location of the output file for the transformation.StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartTransformerJobRequest.BuilderStartTransformerJobRequest. toBuilder()StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. transformerId(String transformerId)Specifies the system-assigned unique identifier for the transformer.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type StartTransformerJobRequest.Builder Modifier and Type Method Description static Class<? extends StartTransformerJobRequest.Builder>StartTransformerJobRequest. serializableBuilderClass()
-