aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.16k stars 833 forks source link

TODO showing up in public-facing API Reference #5523

Open tkhill-AWS opened 3 weeks ago

tkhill-AWS commented 3 weeks ago

Describe the issue

On the ExecutionAttributes.Builder javadoc page, this is showing:

TODO: We should deprecate this builder - execution attributes are mutable - why do we need a builder? We can just use copy() if it's because of ExecutionAttributes.unmodifiableExecutionAttributes(ExecutionAttributes).

This line should be removed.

Links

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/interceptor/ExecutionAttributes.Builder.html

karan-sinha12 commented 3 weeks ago

Can I pick this issue?