AbstractThe type of the final built output
ProtectedconstructorInitializes the builder with an initial value.
The type of the final built output
Starting state of the builder
StaticcreateCreates a new builder instance using the concrete subclass.
The builder subclass type
A new instance of the builder
Base class for fluent builder patterns in Conduit.
Provides a shared structure for accumulating state and producing a final constructed value via
.build().Remarks
All Conduit builders (e.g. MessageBuilder, AttachmentBuilder) extend this class to inherit a consistent fluent API pattern.