Interface AssigneeContact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssigneeContact.Builder,
,AssigneeContact> SdkBuilder<AssigneeContact.Builder,
,AssigneeContact> SdkPojo
- Enclosing class:
AssigneeContact
@Mutable
@NotThreadSafe
public static interface AssigneeContact.Builder
extends SdkPojo, CopyableBuilder<AssigneeContact.Builder,AssigneeContact>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessTitle
(String businessTitle) Specifies the business title of the assignee managing the opportunity.Provides the email address of the assignee.Specifies the first name of the assignee managing the opportunity.Specifies the last name of the assignee managing the opportunity.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
Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value
PartnerAccountManager
to update details of the opportunity owner.- Parameters:
businessTitle
- Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the valuePartnerAccountManager
to update details of the opportunity owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
Provides the email address of the assignee. This email is used for communications and notifications related to the opportunity.
- Parameters:
email
- Provides the email address of the assignee. This email is used for communications and notifications related to the opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.
- Parameters:
firstName
- Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.
- Parameters:
lastName
- Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-