public static interface UpdateProfileRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest.Builder |
accountNumber(String accountNumber)
A unique account number that you have given to the customer.
|
UpdateProfileRequest.Builder |
additionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
default UpdateProfileRequest.Builder |
address(Consumer<UpdateAddress.Builder> address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
UpdateProfileRequest.Builder |
address(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
UpdateProfileRequest.Builder |
attributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
default UpdateProfileRequest.Builder |
billingAddress(Consumer<UpdateAddress.Builder> billingAddress)
The customer’s billing address.
|
UpdateProfileRequest.Builder |
billingAddress(UpdateAddress billingAddress)
The customer’s billing address.
|
UpdateProfileRequest.Builder |
birthDate(String birthDate)
The customer’s birth date.
|
UpdateProfileRequest.Builder |
businessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
UpdateProfileRequest.Builder |
businessName(String businessName)
The name of the customer’s business.
|
UpdateProfileRequest.Builder |
businessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
|
UpdateProfileRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
UpdateProfileRequest.Builder |
emailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
UpdateProfileRequest.Builder |
firstName(String firstName)
The customer’s first name.
|
UpdateProfileRequest.Builder |
gender(Gender gender)
The gender with which the customer identifies.
|
UpdateProfileRequest.Builder |
gender(String gender)
The gender with which the customer identifies.
|
UpdateProfileRequest.Builder |
genderString(String genderString)
An alternative to
Gender which accepts any string as input. |
UpdateProfileRequest.Builder |
homePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
UpdateProfileRequest.Builder |
lastName(String lastName)
The customer’s last name.
|
default UpdateProfileRequest.Builder |
mailingAddress(Consumer<UpdateAddress.Builder> mailingAddress)
The customer’s mailing address.
|
UpdateProfileRequest.Builder |
mailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
|
UpdateProfileRequest.Builder |
middleName(String middleName)
The customer’s middle name.
|
UpdateProfileRequest.Builder |
mobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
UpdateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProfileRequest.Builder |
partyType(PartyType partyType)
The type of profile used to describe the customer.
|
UpdateProfileRequest.Builder |
partyType(String partyType)
The type of profile used to describe the customer.
|
UpdateProfileRequest.Builder |
partyTypeString(String partyTypeString)
An alternative to
PartyType which accepts any string as input. |
UpdateProfileRequest.Builder |
personalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
UpdateProfileRequest.Builder |
phoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
UpdateProfileRequest.Builder |
profileId(String profileId)
The unique identifier of a customer profile.
|
default UpdateProfileRequest.Builder |
shippingAddress(Consumer<UpdateAddress.Builder> shippingAddress)
The customer’s shipping address.
|
UpdateProfileRequest.Builder |
shippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProfileRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.UpdateProfileRequest.Builder profileId(String profileId)
The unique identifier of a customer profile.
profileId - The unique identifier of a customer profile.UpdateProfileRequest.Builder additionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
additionalInformation - Any additional information relevant to the customer’s profile.UpdateProfileRequest.Builder accountNumber(String accountNumber)
A unique account number that you have given to the customer.
accountNumber - A unique account number that you have given to the customer.UpdateProfileRequest.Builder partyType(String partyType)
The type of profile used to describe the customer.
UpdateProfileRequest.Builder partyType(PartyType partyType)
The type of profile used to describe the customer.
UpdateProfileRequest.Builder businessName(String businessName)
The name of the customer’s business.
businessName - The name of the customer’s business.UpdateProfileRequest.Builder firstName(String firstName)
The customer’s first name.
firstName - The customer’s first name.UpdateProfileRequest.Builder middleName(String middleName)
The customer’s middle name.
middleName - The customer’s middle name.UpdateProfileRequest.Builder lastName(String lastName)
The customer’s last name.
lastName - The customer’s last name.UpdateProfileRequest.Builder birthDate(String birthDate)
The customer’s birth date.
birthDate - The customer’s birth date.UpdateProfileRequest.Builder gender(String gender)
The gender with which the customer identifies.
UpdateProfileRequest.Builder gender(Gender gender)
The gender with which the customer identifies.
UpdateProfileRequest.Builder phoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
phoneNumber - The customer’s phone number, which has not been specified as a mobile, home, or business number.UpdateProfileRequest.Builder mobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
mobilePhoneNumber - The customer’s mobile phone number.UpdateProfileRequest.Builder homePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
homePhoneNumber - The customer’s home phone number.UpdateProfileRequest.Builder businessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
businessPhoneNumber - The customer’s business phone number.UpdateProfileRequest.Builder emailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
emailAddress - The customer’s email address, which has not been specified as a personal or business address.UpdateProfileRequest.Builder personalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
personalEmailAddress - The customer’s personal email address.UpdateProfileRequest.Builder businessEmailAddress(String businessEmailAddress)
The customer’s business email address.
businessEmailAddress - The customer’s business email address.UpdateProfileRequest.Builder address(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
address - A generic address associated with the customer that is not mailing, shipping, or billing.default UpdateProfileRequest.Builder address(Consumer<UpdateAddress.Builder> address)
A generic address associated with the customer that is not mailing, shipping, or billing.
This is a convenience method that creates an instance of theUpdateAddress.Builder avoiding the need
to create one manually via UpdateAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to address(UpdateAddress).
address - a consumer that will call methods on UpdateAddress.Builderaddress(UpdateAddress)UpdateProfileRequest.Builder shippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
shippingAddress - The customer’s shipping address.default UpdateProfileRequest.Builder shippingAddress(Consumer<UpdateAddress.Builder> shippingAddress)
The customer’s shipping address.
This is a convenience method that creates an instance of theUpdateAddress.Builder avoiding the need
to create one manually via UpdateAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to shippingAddress(UpdateAddress).
shippingAddress - a consumer that will call methods on UpdateAddress.BuildershippingAddress(UpdateAddress)UpdateProfileRequest.Builder mailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
mailingAddress - The customer’s mailing address.default UpdateProfileRequest.Builder mailingAddress(Consumer<UpdateAddress.Builder> mailingAddress)
The customer’s mailing address.
This is a convenience method that creates an instance of theUpdateAddress.Builder avoiding the need
to create one manually via UpdateAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mailingAddress(UpdateAddress).
mailingAddress - a consumer that will call methods on UpdateAddress.BuildermailingAddress(UpdateAddress)UpdateProfileRequest.Builder billingAddress(UpdateAddress billingAddress)
The customer’s billing address.
billingAddress - The customer’s billing address.default UpdateProfileRequest.Builder billingAddress(Consumer<UpdateAddress.Builder> billingAddress)
The customer’s billing address.
This is a convenience method that creates an instance of theUpdateAddress.Builder avoiding the need
to create one manually via UpdateAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to billingAddress(UpdateAddress).
billingAddress - a consumer that will call methods on UpdateAddress.BuilderbillingAddress(UpdateAddress)UpdateProfileRequest.Builder attributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
attributes - A key value pair of attributes of a customer profile.UpdateProfileRequest.Builder partyTypeString(String partyTypeString)
An alternative to PartyType which accepts any string as input.
partyTypeString - An alternative to PartyType which accepts any string as input.UpdateProfileRequest.Builder genderString(String genderString)
An alternative to Gender which accepts any string as input.
genderString - An alternative to Gender which accepts any string as input.UpdateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.