> +    */
> +   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 {

Revisit all of the Javadoc in this Builder. Make sure the descriptions match 
the params. Make it clear what the difference is between username and password 
and credentials username and api key.

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

Reply via email to