>     }
>  
> -   public String getPrivateIpAddress() {
> -      return privateIpAddress;
> +   private Deployment(Builder builder) {

Using constructor pattern like this leads to far less chance of mistake when 
builders are used.

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

Reply via email to