Interface FieldSourceProfileIds.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldSourceProfileIds.Builder,
,FieldSourceProfileIds> SdkBuilder<FieldSourceProfileIds.Builder,
,FieldSourceProfileIds> SdkPojo
- Enclosing class:
FieldSourceProfileIds
-
Method Summary
Modifier and TypeMethodDescriptionaccountNumber
(String accountNumber) A unique identifier for the account number field to be merged.additionalInformation
(String additionalInformation) A unique identifier for the additional information field to be merged.A unique identifier for the party type field to be merged.attributes
(Map<String, String> attributes) A unique identifier for the attributes field to be merged.billingAddress
(String billingAddress) A unique identifier for the billing type field to be merged.A unique identifier for the birthdate field to be merged.businessEmailAddress
(String businessEmailAddress) A unique identifier for the party type field to be merged.businessName
(String businessName) A unique identifier for the business name field to be merged.businessPhoneNumber
(String businessPhoneNumber) A unique identifier for the business phone number field to be merged.emailAddress
(String emailAddress) A unique identifier for the email address field to be merged.A unique identifier for the first name field to be merged.A unique identifier for the gender field to be merged.homePhoneNumber
(String homePhoneNumber) A unique identifier for the home phone number field to be merged.A unique identifier for the last name field to be merged.mailingAddress
(String mailingAddress) A unique identifier for the mailing address field to be merged.middleName
(String middleName) A unique identifier for the middle name field to be merged.mobilePhoneNumber
(String mobilePhoneNumber) A unique identifier for the mobile phone number field to be merged.A unique identifier for the party type field to be merged.personalEmailAddress
(String personalEmailAddress) A unique identifier for the personal email address field to be merged.phoneNumber
(String phoneNumber) A unique identifier for the phone number field to be merged.shippingAddress
(String shippingAddress) A unique identifier for the shipping address field to be merged.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountNumber
A unique identifier for the account number field to be merged.
- Parameters:
accountNumber
- A unique identifier for the account number field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalInformation
A unique identifier for the additional information field to be merged.
- Parameters:
additionalInformation
- A unique identifier for the additional information field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partyType
A unique identifier for the party type field to be merged.
- Parameters:
partyType
- A unique identifier for the party type field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessName
A unique identifier for the business name field to be merged.
- Parameters:
businessName
- A unique identifier for the business name field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
A unique identifier for the first name field to be merged.
- Parameters:
firstName
- A unique identifier for the first name field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
middleName
A unique identifier for the middle name field to be merged.
- Parameters:
middleName
- A unique identifier for the middle name field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
A unique identifier for the last name field to be merged.
- Parameters:
lastName
- A unique identifier for the last name field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
birthDate
A unique identifier for the birthdate field to be merged.
- Parameters:
birthDate
- A unique identifier for the birthdate field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gender
A unique identifier for the gender field to be merged.
- Parameters:
gender
- A unique identifier for the gender field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
A unique identifier for the phone number field to be merged.
- Parameters:
phoneNumber
- A unique identifier for the phone number field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mobilePhoneNumber
A unique identifier for the mobile phone number field to be merged.
- Parameters:
mobilePhoneNumber
- A unique identifier for the mobile phone number field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
homePhoneNumber
A unique identifier for the home phone number field to be merged.
- Parameters:
homePhoneNumber
- A unique identifier for the home phone number field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessPhoneNumber
A unique identifier for the business phone number field to be merged.
- Parameters:
businessPhoneNumber
- A unique identifier for the business phone number field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddress
A unique identifier for the email address field to be merged.
- Parameters:
emailAddress
- A unique identifier for the email address field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personalEmailAddress
A unique identifier for the personal email address field to be merged.
- Parameters:
personalEmailAddress
- A unique identifier for the personal email address field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessEmailAddress
A unique identifier for the party type field to be merged.
- Parameters:
businessEmailAddress
- A unique identifier for the party type field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
address
A unique identifier for the party type field to be merged.
- Parameters:
address
- A unique identifier for the party type field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shippingAddress
A unique identifier for the shipping address field to be merged.
- Parameters:
shippingAddress
- A unique identifier for the shipping address field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mailingAddress
A unique identifier for the mailing address field to be merged.
- Parameters:
mailingAddress
- A unique identifier for the mailing address field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingAddress
A unique identifier for the billing type field to be merged.
- Parameters:
billingAddress
- A unique identifier for the billing type field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A unique identifier for the attributes field to be merged.
- Parameters:
attributes
- A unique identifier for the attributes field to be merged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-