Interface SenderContact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SenderContact.Builder,
,SenderContact> SdkBuilder<SenderContact.Builder,
,SenderContact> SdkPojo
- Enclosing class:
SenderContact
@Mutable
@NotThreadSafe
public static interface SenderContact.Builder
extends SdkPojo, CopyableBuilder<SenderContact.Builder,SenderContact>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessTitle
(String businessTitle) The sender-provided contact's title (job title or role) associated with theEngagementInvitation
.The sender-provided contact's email address associated with theEngagementInvitation
.The sender-provided contact's last name associated with theEngagementInvitation
.The sender-provided contact's first name associated with theEngagementInvitation
.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 Details
-
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
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
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
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
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.
-