> + */
> + public static Builder builder() {
> + return new Builder();
> + }
> +
> + /**
> + * Gets a Builder configured as this object.
> + */
> + public Builder toBuilder() {
> + return new Builder().fromPoolStatus(this);
> + }
> +
> + /**
> + * Builder.
> + */
> + public static class Builder {
Same as (someplace) above, it seems status is not something the user will pass
to the service.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17865210