public List WithCustomerName(String customerName) { this.customerNameField = customerName; return this; }