> + .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) {
It's a bit confusing. createOptions returns a builder that allows you to create a CreateOptions object. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r17027935