> +         this.roleName = roleName;
> +         return this;
> +      }
> +
> +      public Deployment build() {
> +         return new Deployment(deploymentName, deploymentSlot, 
> deploymentStatus, deploymentLabel, deploymentURL,
> +               roleName, instanceName, instanceStatus, instanceStateDetails, 
> instanceErrorCode, instanceSize,
> +               privateIpAddress, publicIpAddress);
> +      }
> +
> +   }
> +
> +   /**
> +    * The user-supplied name for this deployment.
> +    */
> +   private final String deploymentName;

actually I can handle this one.. np

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

Reply via email to