Correct unnecessary builder reassignment

codahale-aggregated-metrics-cloudwatch-reporter's with* methods are
mutating the builder object itself, so there's no need to reassign the
mutated object to itself from the caller.

This allows to make the CloudWatchAsyncClientBuilder final, which in
turns helps the compiler, improves readability and allows to use the
value in lambdas.

Change-Id: I0bdf608f1c9649f4a139eb3fdd6b6fc8062041d8
1 file changed
tree: 908c6a4253632e8bd4ab140d270a588604555c0a
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl