> +
> +      protected abstract ParameterizedBuilderType self();
> +
> +      /**
> +       * The tenant id for this rule. Usually can only be specified by 
> administrators.
> +       *
> +       * @return the Builder.
> +       * @see SecurityGroup#getTenantId()
> +       */
> +      public ParameterizedBuilderType tenantId(String tenantId) {
> +         securityGroup.tenantId = tenantId;
> +         return self();
> +      }
> +
> +      /**
> +       * The name for this rule.

`The name for this security group.` ?

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

Reply via email to