Interface SenderContact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SenderContact.Builder,SenderContact>,SdkBuilder<SenderContact.Builder,SenderContact>,SdkPojo
- Enclosing class:
- SenderContact
public static interface SenderContact.Builder extends SdkPojo, CopyableBuilder<SenderContact.Builder,SenderContact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SenderContact.BuilderbusinessTitle(String businessTitle)The sender-provided contact's title (job title or role) associated with theEngagementInvitation.SenderContact.Builderemail(String email)The sender-provided contact's email address associated with theEngagementInvitation.SenderContact.BuilderfirstName(String firstName)The sender-provided contact's last name associated with theEngagementInvitation.SenderContact.BuilderlastName(String lastName)The sender-provided contact's first name associated with theEngagementInvitation.SenderContact.Builderphone(String phone)The sender-provided contact's phone number associated with theEngagementInvitation.-
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
SenderContact.Builder businessTitle(String businessTitle)
The sender-provided contact's title (job title or role) associated with the
EngagementInvitation.- Parameters:
businessTitle- The sender-provided contact's title (job title or role) associated with theEngagementInvitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
SenderContact.Builder email(String email)
The sender-provided contact's email address associated with the
EngagementInvitation.- Parameters:
email- The sender-provided contact's email address associated with theEngagementInvitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
SenderContact.Builder firstName(String firstName)
The sender-provided contact's last name associated with the
EngagementInvitation.- Parameters:
firstName- The sender-provided contact's last name associated with theEngagementInvitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
SenderContact.Builder lastName(String lastName)
The sender-provided contact's first name associated with the
EngagementInvitation.- Parameters:
lastName- The sender-provided contact's first name associated with theEngagementInvitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phone
SenderContact.Builder phone(String phone)
The sender-provided contact's phone number associated with the
EngagementInvitation.- Parameters:
phone- The sender-provided contact's phone number associated with theEngagementInvitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-