> + 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;
Are users more likely to see the Javadoc here or on the builder?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/76/files#r18261612