Interface AssigneeContact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssigneeContact.Builder,AssigneeContact>,SdkBuilder<AssigneeContact.Builder,AssigneeContact>,SdkPojo
- Enclosing class:
- AssigneeContact
public static interface AssigneeContact.Builder extends SdkPojo, CopyableBuilder<AssigneeContact.Builder,AssigneeContact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssigneeContact.BuilderbusinessTitle(String businessTitle)Specifies the business title of the assignee managing the opportunity.AssigneeContact.Builderemail(String email)Provides the email address of the assignee.AssigneeContact.BuilderfirstName(String firstName)Specifies the first name of the assignee managing the opportunity.AssigneeContact.BuilderlastName(String lastName)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 Detail
-
businessTitle
AssigneeContact.Builder businessTitle(String 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
PartnerAccountManagerto 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 valuePartnerAccountManagerto update details of the opportunity owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
AssigneeContact.Builder email(String 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
AssigneeContact.Builder firstName(String 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
AssigneeContact.Builder lastName(String 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.
-
-