/** {@inheritDoc} */
 @Override
 public NetSecurityGroupRuleBuilder ethertype(String ethertype) {
   r.etherType = ethertype;
   return this;
 }