| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateProfileResponse |
CustomerProfilesClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates a standard profile.
|
default CompletableFuture<CreateProfileResponse> |
CustomerProfilesAsyncClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates a standard profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.accountNumber(String accountNumber)
A unique account number that you have given to the customer.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.additionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.address(Address address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
default CreateProfileRequest.Builder |
CreateProfileRequest.Builder.address(Consumer<Address.Builder> address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.attributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.billingAddress(Address billingAddress)
The customer’s billing address.
|
default CreateProfileRequest.Builder |
CreateProfileRequest.Builder.billingAddress(Consumer<Address.Builder> billingAddress)
The customer’s billing address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.birthDate(String birthDate)
The customer’s birth date.
|
static CreateProfileRequest.Builder |
CreateProfileRequest.builder() |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.businessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.businessName(String businessName)
The name of the customer’s business.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.businessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.emailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.firstName(String firstName)
The customer’s first name.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.gender(Gender gender)
The gender with which the customer identifies.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.gender(String gender)
The gender with which the customer identifies.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.genderString(String genderString)
An alternative to
Gender which accepts any string as input. |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.homePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.lastName(String lastName)
The customer’s last name.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.mailingAddress(Address mailingAddress)
The customer’s mailing address.
|
default CreateProfileRequest.Builder |
CreateProfileRequest.Builder.mailingAddress(Consumer<Address.Builder> mailingAddress)
The customer’s mailing address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.middleName(String middleName)
The customer’s middle name.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.mobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.partyType(PartyType partyType)
The type of profile used to describe the customer.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.partyType(String partyType)
The type of profile used to describe the customer.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.partyTypeString(String partyTypeString)
An alternative to
PartyType which accepts any string as input. |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.personalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.phoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.shippingAddress(Address shippingAddress)
The customer’s shipping address.
|
default CreateProfileRequest.Builder |
CreateProfileRequest.Builder.shippingAddress(Consumer<Address.Builder> shippingAddress)
The customer’s shipping address.
|
CreateProfileRequest.Builder |
CreateProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProfileRequest.Builder> |
CreateProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.