Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return Builders instead of SmithyBuilders #2436

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Oct 30, 2024

This commit updates all instances where a generic SmithyBuilder<> was returned to return the specific implementing Builder. This means users of these methods can easily use the Builder's functionality without using a cast.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit updates all instances where a generic SmithyBuilder<> was
returned to return the specific implementing Builder. This means users
of these methods can easily use the Builder's functionality without
using a cast.
@kstich kstich requested a review from a team as a code owner October 30, 2024 22:48
@kstich kstich requested a review from hpmellema October 30, 2024 22:48
@kstich kstich merged commit 9514b4a into main Oct 31, 2024
14 checks passed
@kstich kstich deleted the update_toBuilder_return_type branch October 31, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants