Interface KlumBuilder<T>

Type Parameters:
T - completed DSL Object type produced by the Builder
All Known Implementing Classes:
GeneratedKlumBuilder, InternalKlumBuilder

public interface KlumBuilder<T>
Public construction capability implemented by generated DSL Builders.

This interface intentionally declares no operations. Schema-specific configuration is exposed only by the generated Foo_DSL.Builder interface; lifecycle and materialization operations remain internal.