> + */
> + public static Builder builder() {
> + return new Builder();
> + }
> +
> + /**
> + * @return The Builder object
> + */
> + public Builder toBuilder() {
> + return new Builder().fromCreateProfile(this);
> + }
> +
> + /**
> + * Implements the Builder pattern
> + */
> + public static class Builder {I am still waiting to get more info on that. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9607546
