Uses of Interface
software.amazon.awssdk.services.b2bi.model.InputFileSource.Builder
-
Packages that use InputFileSource.Builder Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of InputFileSource.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return InputFileSource.Builder Modifier and Type Method Description static InputFileSource.BuilderInputFileSource. builder()InputFileSource.BuilderInputFileSource.Builder. fileContent(String fileContent)Specify the input contents, as a string, for the source of an outbound transformation.InputFileSource.BuilderInputFileSource. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type InputFileSource.Builder Modifier and Type Method Description static Class<? extends InputFileSource.Builder>InputFileSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type InputFileSource.Builder Modifier and Type Method Description default ConversionSource.BuilderConversionSource.Builder. inputFile(Consumer<InputFileSource.Builder> inputFile)File to be converted
-