public LocationBuilder postalCode(String postalCode) {
   location.setPostalCode(postalCode);
   return this;
 }