| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
Profile.Builder.accountNumber(String accountNumber)
A unique account number that you have given to the customer.
|
Profile.Builder |
Profile.Builder.additionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
Profile.Builder |
Profile.Builder.address(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
default Profile.Builder |
Profile.Builder.address(Consumer<Address.Builder> address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Profile.Builder |
Profile.Builder.attributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
Profile.Builder |
Profile.Builder.billingAddress(Address billingAddress)
The customer’s billing address.
|
default Profile.Builder |
Profile.Builder.billingAddress(Consumer<Address.Builder> billingAddress)
The customer’s billing address.
|
Profile.Builder |
Profile.Builder.birthDate(String birthDate)
The customer’s birth date.
|
static Profile.Builder |
Profile.builder() |
Profile.Builder |
Profile.Builder.businessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
Profile.Builder |
Profile.Builder.businessName(String businessName)
The name of the customer’s business.
|
Profile.Builder |
Profile.Builder.businessPhoneNumber(String businessPhoneNumber)
The customer’s home phone number.
|
Profile.Builder |
Profile.Builder.emailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
Profile.Builder |
Profile.Builder.firstName(String firstName)
The customer’s first name.
|
Profile.Builder |
Profile.Builder.foundByItems(Collection<FoundByKeyValue> foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Profile.Builder |
Profile.Builder.foundByItems(Consumer<FoundByKeyValue.Builder>... foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Profile.Builder |
Profile.Builder.foundByItems(FoundByKeyValue... foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Profile.Builder |
Profile.Builder.gender(Gender gender)
The gender with which the customer identifies.
|
Profile.Builder |
Profile.Builder.gender(String gender)
The gender with which the customer identifies.
|
Profile.Builder |
Profile.Builder.homePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
Profile.Builder |
Profile.Builder.lastName(String lastName)
The customer’s last name.
|
Profile.Builder |
Profile.Builder.mailingAddress(Address mailingAddress)
The customer’s mailing address.
|
default Profile.Builder |
Profile.Builder.mailingAddress(Consumer<Address.Builder> mailingAddress)
The customer’s mailing address.
|
Profile.Builder |
Profile.Builder.middleName(String middleName)
The customer’s middle name.
|
Profile.Builder |
Profile.Builder.mobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
Profile.Builder |
Profile.Builder.partyType(PartyType partyType)
The type of profile used to describe the customer.
|
Profile.Builder |
Profile.Builder.partyType(String partyType)
The type of profile used to describe the customer.
|
Profile.Builder |
Profile.Builder.personalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
Profile.Builder |
Profile.Builder.phoneNumber(String phoneNumber)
The customer's phone number, which has not been specified as a mobile, home, or business number.
|
Profile.Builder |
Profile.Builder.profileId(String profileId)
The unique identifier of a customer profile.
|
Profile.Builder |
Profile.Builder.shippingAddress(Address shippingAddress)
The customer’s shipping address.
|
default Profile.Builder |
Profile.Builder.shippingAddress(Consumer<Address.Builder> shippingAddress)
The customer’s shipping address.
|
Profile.Builder |
Profile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Profile.Builder> |
Profile.serializableBuilderClass() |
Copyright © 2023. All rights reserved.