Class FileTransformerConfiguration

java.lang.Object
software.amazon.awssdk.core.FileTransformerConfiguration
All Implemented Interfaces:
ToCopyableBuilder<FileTransformerConfiguration.Builder,FileTransformerConfiguration>

public final class FileTransformerConfiguration extends Object implements ToCopyableBuilder<FileTransformerConfiguration.Builder,FileTransformerConfiguration>
Configuration options for AsyncResponseTransformer.toFile(Path, FileTransformerConfiguration) to configure how the SDK should write the file and if the SDK should delete the file when an exception occurs.
See Also: