> +         this.osType = osType;
> +         return this;
> +      }
> +
> +      public Builder endpoint(InputEndpoint endpoint) {
> +         endpoints.add(endpoint);
> +         return this;
> +      }
> +
> +      public DeploymentParams build() {
> +         return new DeploymentParams(name, sourceImageName, username, 
> password, storageAccount, size, osType,
> +               endpoints);
> +      }
> +
> +      public Builder fromDeploymentParams(DeploymentParams in) {
> +         // TODO Since the roleName should be unique, is it a good idea to 
> copy it ?

Is `name` the "roleName" here?

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

Reply via email to