> + return this;
> + }
> +
> + public String getEntity() {
> + return entity;
> + }
> +
> + public Role getRole() {
> + return role;
> + }
> +
> + public static Builder builder() {
> + return new Builder();
> + }
> +
> + public static BucketAccessControlsTemplate
> fromObjectAccessControlsTemplate(
I'd choose one or the other.. Either a factory method namespaced inside
Builder. or here. having both is confusing.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/54/files#r18441357