## Summary Fluent builder methods that only take a single config value should be constructor parameters instead. ## Context From API review notes: Remove fluent methods that only take 1 config - add to constructor. ## Action Items - [ ] Identify fluent methods that only accept single config values - [ ] Move these to constructor parameters
Summary
Fluent builder methods that only take a single config value should be constructor parameters instead.
Context
From API review notes: Remove fluent methods that only take 1 config - add to constructor.
Action Items