> +
> +      public Builder disabledReason(String disabledReason) {
> +         this.disabledReason = disabledReason;
> +         return this;
> +      }
> +
> +      public Builder id(String id) {
> +         this.id = id;
> +         return this;
> +      }
> +
> +      public Service build() {
> +         return new Service(binary, host, state, status, disabledReason, 
> updated, zone, id);
> +      }
> +
> +      public Builder fromOsService(Service in) {

Simplify this to `fromService` for consistency.

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

Reply via email to