> + this.rawDisk = rawDisk;
> + return this;
> + }
> +
> + public Builder deprecated(Deprecated deprecated) {
> + this.deprecated = deprecated;
> + return this;
> + }
> +
> + public Builder sourceDisk(String sourceDisk) {
> + this.sourceDisk = sourceDisk;
> + return this;
> + }
> +
> + public ImageCreationOptions build() {
> + return create(name, description, sourceType, rawDisk, deprecated,
> sourceDisk);
Same comment about the mandatory name?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/106/files#r21344118