Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AssigneeContact.Builder
-
Packages that use AssigneeContact.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AssigneeContact.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AssigneeContact.Builder Modifier and Type Method Description static AssigneeContact.BuilderAssigneeContact. builder()AssigneeContact.BuilderAssigneeContact.Builder. businessTitle(String businessTitle)Specifies the business title of the assignee managing the opportunity.AssigneeContact.BuilderAssigneeContact.Builder. email(String email)Provides the email address of the assignee.AssigneeContact.BuilderAssigneeContact.Builder. firstName(String firstName)Specifies the first name of the assignee managing the opportunity.AssigneeContact.BuilderAssigneeContact.Builder. lastName(String lastName)Specifies the last name of the assignee managing the opportunity.AssigneeContact.BuilderAssigneeContact. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AssigneeContact.Builder Modifier and Type Method Description static Class<? extends AssigneeContact.Builder>AssigneeContact. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type AssigneeContact.Builder Modifier and Type Method Description default AssignOpportunityRequest.BuilderAssignOpportunityRequest.Builder. assignee(Consumer<AssigneeContact.Builder> assignee)Specifies the user or team member responsible for managing the assigned opportunity.
-