Sets the user's email attribute.
DevCycleUserBuilder email(String email) { _email = email; return this; }