> +    */
> +   public static Builder builder() {
> +      return new Builder();
> +   }
> +
> +   /**
> +    * Gets a Builder configured as this object.
> +    */
> +   public Builder toBuilder() {
> +      return new Builder().fromPoolStatus(this);
> +   }
> +
> +   /**
> +    * Builder.
> +    */
> +   public static class Builder {

I removed the builder

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

Reply via email to