> + * @return a CreateOptions constructed with this Builder.
> + */
> + public CreateOptions build() {
> + return new CreateOptions(securityGroup);
> + }
> +
> + protected CreateBuilder self() {
> + return this;
> + }
> + }
> +
> + /**
> + * Create and Update options - extend the domain class, passed to API
> update and create calls.
> + * Essentially the same as the domain class. Ensure validation and safe
> typing.
> + */
> + public static class CreateOptions extends SecurityGroup {
Same question as above about calling a domain object class `*Options`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r17027549