public ShipSizeOrTypeEventBuilder shipLength(int shipLength) {
   event.setShipLength(shipLength);
   return this;
 }