/**
  * Specifies whether to insert or delete a <a>ByteMatchTuple</a>.
  *
  * @param action Specifies whether to insert or delete a <a>ByteMatchTuple</a>.
  * @return Returns a reference to this object so that method calls can be chained together.
  * @see ChangeAction
  */
 public ByteMatchSetUpdate withAction(ChangeAction action) {
   setAction(action);
   return this;
 }
 /**
  * Specifies whether to insert or delete a <a>ByteMatchTuple</a>.
  *
  * @param action Specifies whether to insert or delete a <a>ByteMatchTuple</a>.
  * @return Returns a reference to this object so that method calls can be chained together.
  * @see ChangeAction
  */
 public ByteMatchSetUpdate withAction(String action) {
   setAction(action);
   return this;
 }