> + */
> + public static Builder builder() {
> + return new Builder();
> + }
> +
> + /**
> + * Gets a Builder configured as this object.
> + */
> + public Builder toBuilder() {
> + return new Builder().fromHealthMonitorStatus(this);
> + }
> +
> + /**
> + * Builder.
> + */
> + public static class Builder {You are right. I removed the builder. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17913875
