> return new AutoValue_ComposeObjectTemplate(sourceObjects, destination);
> }
> +
> + ComposeObjectTemplate() {
> + }
> +
> + public static class Builder {
> + private ImmutableList<SourceObject> sourceObjects;
> + private ObjectTemplate destination;
> +
> + public Builder(){
> + }Should this be package protected and have a `builder` static method? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/150/files#r32684663
