Interface Contact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Contact.Builder,Contact>,SdkBuilder<Contact.Builder,Contact>,SdkPojo
- Enclosing class:
- Contact
public static interface Contact.Builder extends SdkPojo, CopyableBuilder<Contact.Builder,Contact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Contact.BuilderbusinessTitle(String businessTitle)The partner contact's title (job title or role) associated with theOpportunity.Contact.Builderemail(String email)The contact's email address associated with theOpportunity.Contact.BuilderfirstName(String firstName)The contact's first name associated with theOpportunity.Contact.BuilderlastName(String lastName)The contact's last name associated with theOpportunity.Contact.Builderphone(String phone)The contact's phone number associated with theOpportunity.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
businessTitle
Contact.Builder businessTitle(String 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.
-
email
Contact.Builder email(String 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
Contact.Builder firstName(String 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
Contact.Builder lastName(String 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.
-
phone
Contact.Builder phone(String 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.
-
-