UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.accountNumber(String accountNumber) |
An account number that you have given to the customer.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.additionalInformation(String additionalInformation) |
Any additional information relevant to the customer’s profile.
|
default UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.address(Consumer<UpdateAddress.Builder> address) |
A generic address associated with the customer that is not mailing, shipping, or billing.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.address(UpdateAddress address) |
A generic address associated with the customer that is not mailing, shipping, or billing.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.attributes(Map<String,String> attributes) |
A key value pair of attributes of a customer profile.
|
default UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.billingAddress(Consumer<UpdateAddress.Builder> billingAddress) |
The customer’s billing address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.billingAddress(UpdateAddress billingAddress) |
The customer’s billing address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.birthDate(String birthDate) |
The customer’s birth date.
|
static UpdateProfileRequest.Builder |
UpdateProfileRequest.builder() |
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.businessEmailAddress(String businessEmailAddress) |
The customer’s business email address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.businessName(String businessName) |
The name of the customer’s business.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.businessPhoneNumber(String businessPhoneNumber) |
The customer’s business phone number.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.domainName(String domainName) |
The unique name of the domain.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.emailAddress(String emailAddress) |
The customer’s email address, which has not been specified as a personal or business address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.firstName(String firstName) |
The customer’s first name.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.gender(String gender) |
The gender with which the customer identifies.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.gender(Gender gender) |
The gender with which the customer identifies.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.genderString(String genderString) |
An alternative to Gender which accepts any string as input.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.homePhoneNumber(String homePhoneNumber) |
The customer’s home phone number.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.lastName(String lastName) |
The customer’s last name.
|
default UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.mailingAddress(Consumer<UpdateAddress.Builder> mailingAddress) |
The customer’s mailing address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.mailingAddress(UpdateAddress mailingAddress) |
The customer’s mailing address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.middleName(String middleName) |
The customer’s middle name.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.mobilePhoneNumber(String mobilePhoneNumber) |
The customer’s mobile phone number.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.partyType(String partyType) |
The type of profile used to describe the customer.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.partyType(PartyType partyType) |
The type of profile used to describe the customer.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.partyTypeString(String partyTypeString) |
An alternative to PartyType which accepts any string as input.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.personalEmailAddress(String personalEmailAddress) |
The customer’s personal email address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.phoneNumber(String phoneNumber) |
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileId(String profileId) |
The unique identifier of a customer profile.
|
default UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.shippingAddress(Consumer<UpdateAddress.Builder> shippingAddress) |
The customer’s shipping address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.shippingAddress(UpdateAddress shippingAddress) |
The customer’s shipping address.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.toBuilder() |
|