>        return new AutoValue_ComposeObjectTemplate(sourceObjects, destination);
>     }
> +
> +   ComposeObjectTemplate() {
> +   }
> +
> +   public static class Builder {
> +      private ImmutableList<SourceObject> sourceObjects;
> +      private ObjectTemplate destination;
> +
> +      public Builder(){
> +      }
> +
> +      public Builder 
> fromGoogleCloudStorageObject(List<GoogleCloudStorageObject> objects){

Take a `Collection`?

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

Reply via email to