> +
> +   public static Builder builder() {
> +      return new Builder();
> +   }
> +
> +   public Builder toBuilder() {
> +      return new Builder().fromListObjectAccessControls(this);
> +   }
> +
> +   public static final class Builder {
> +
> +      private Kind kind;
> +      private ImmutableSet.Builder<ObjectAccessControls> items = 
> ImmutableSet.builder();
> +
> +      public Builder kind(Kind kind) {
> +         this.kind = kind;

`checkNotNull`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/36/files#r16565565

Reply via email to