Interface Contact.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Contact.Builder,,Contact> SdkBuilder<Contact.Builder,,Contact> SdkPojo
- Enclosing class:
Contact
@Mutable
@NotThreadSafe
public static interface Contact.Builder
extends SdkPojo, CopyableBuilder<Contact.Builder,Contact>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessTitle(String businessTitle) The partner contact's title (job title or role) associated with theOpportunity.The contact's email address associated with theOpportunity.The contact's first name associated with theOpportunity.The contact's last name associated with theOpportunity.The contact's phone number associated with theOpportunity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
email
The contact's email address associated with the
Opportunity.- Parameters:
email- The contact's email address associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
The contact's first name associated with the
Opportunity.- Parameters:
firstName- The contact's first name associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
The contact's last name associated with the
Opportunity.- Parameters:
lastName- The contact's last name associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessTitle
The partner contact's title (job title or role) associated with the
Opportunity.BusinessTitlesupports eitherPartnerAccountManagerorOpportunityOwner.- Parameters:
businessTitle- The partner contact's title (job title or role) associated with theOpportunity.BusinessTitlesupports eitherPartnerAccountManagerorOpportunityOwner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phone
The contact's phone number associated with the
Opportunity.- Parameters:
phone- The contact's phone number associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-