Interface WriteBuilder

All Known Subinterfaces:
DeltaWriteBuilder, SupportsDynamicOverwrite, SupportsOverwrite, SupportsOverwriteV2, SupportsTruncate

@Evolving public interface WriteBuilder
An interface for building the Write. Implementations can mix in some interfaces to support different ways to write data to data sources.

Unless modified by a mixin interface, the Write configured by this builder is to append data without affecting existing data.

Since:
3.0.0