> +            .add("portRangeMax", portRangeMax)
> +            .add("protocol", protocol)
> +            .add("remoteGroupId", remoteGroupId)
> +            .add("remoteIpPrefix", remoteIpPrefix)
> +            .toString();
> +   }
> +
> +
> +   /*
> +    * Methods to get the Create and Update builders follow
> +    */
> +
> +   /**
> +    * @return the Builder for creating a new SecurityGroupRule
> +    */
> +   public static CreateBuilder createOptions(RuleDirection direction, String 
> securityGroupId) {

There is also a blog post about the pattern here, if interested
https://developer.rackspace.com/blog/jclouds-domain-classes/

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

Reply via email to