public class NameAttribute extends StringAttribute
NOTE: The maximum length of the user profile name is 100 characters.
EXAMPLE:
UserProfile userProfile = new UserProfile.Builder()
.apply(Attribute.name().withValue("John"))
.build();
withValue, withValueIfUndefined, withValueReset