Uses of Interface
software.amazon.awssdk.core.FileTransformerConfiguration.Builder
-
Packages that use FileTransformerConfiguration.Builder Package Description software.amazon.awssdk.core software.amazon.awssdk.core.async -
-
Uses of FileTransformerConfiguration.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return FileTransformerConfiguration.Builder Modifier and Type Method Description static FileTransformerConfiguration.BuilderFileTransformerConfiguration. builder()Create aFileTransformerConfiguration.Builder, used to create aFileTransformerConfiguration.FileTransformerConfiguration.BuilderFileTransformerConfiguration.Builder. executorService(ExecutorService executorService)Configures theExecutorServicethe writes should be executed on.FileTransformerConfiguration.BuilderFileTransformerConfiguration.Builder. failureBehavior(FileTransformerConfiguration.FailureBehavior failureBehavior)Configures theFileTransformerConfiguration.FailureBehaviorin the event of an errorFileTransformerConfiguration.BuilderFileTransformerConfiguration.Builder. fileWriteOption(FileTransformerConfiguration.FileWriteOption fileWriteOption)Configures how to write the fileFileTransformerConfiguration.BuilderFileTransformerConfiguration. toBuilder() -
Uses of FileTransformerConfiguration.Builder in software.amazon.awssdk.core.async
Method parameters in software.amazon.awssdk.core.async with type arguments of type FileTransformerConfiguration.Builder Modifier and Type Method Description static <ResponseT>
AsyncResponseTransformer<ResponseT,ResponseT>AsyncResponseTransformer. toFile(File file, Consumer<FileTransformerConfiguration.Builder> config)This is a convenience method that creates an instance of theFileTransformerConfigurationbuilder, avoiding the need to create one manually viaFileTransformerConfiguration.builder().static <ResponseT>
AsyncResponseTransformer<ResponseT,ResponseT>AsyncResponseTransformer. toFile(Path path, Consumer<FileTransformerConfiguration.Builder> config)This is a convenience method that creates an instance of theFileTransformerConfigurationbuilder, avoiding the need to create one manually viaFileTransformerConfiguration.builder().
-