- Refactor the builder methods to remove
with
as the prefix. - Introduce new methods with updated naming conventions.
- Deprecate the existing
with*
methods to maintain backward compatibility. - Update the
copy()
method to use the new builder methods.
Comment From: ilayaperumalg
Hi @apappascs , Thanks for the PR. We also need the documentation to be updated accordingly.
Comment From: apappascs
Hi @apappascs , Thanks for the PR. We also need the documentation to be updated accordingly.
Thank you for the feedback, @ilayaperumalg. I have updated the documentation and rebased the branch with main
.
Comment From: ilayaperumalg
LGTM, rebased and merged as 8c51f7a84