static OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.builder() |
|
default OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.customer(Consumer<EngagementCustomer.Builder> customer) |
Contains information about the customer related to the opportunity in the Engagement Invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.customer(EngagementCustomer customer) |
Contains information about the customer related to the opportunity in the Engagement Invitation.
|
default OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.project(Consumer<ProjectDetails.Builder> project) |
Describes the project details associated with the opportunity, including the customer’s needs and the scope
of work expected to be performed.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.project(ProjectDetails project) |
Describes the project details associated with the opportunity, including the customer’s needs and the scope
of work expected to be performed.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.receiverResponsibilities(Collection<ReceiverResponsibility> receiverResponsibilities) |
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.receiverResponsibilities(ReceiverResponsibility... receiverResponsibilities) |
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.receiverResponsibilitiesWithStrings(String... receiverResponsibilities) |
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.receiverResponsibilitiesWithStrings(Collection<String> receiverResponsibilities) |
Outlines the responsibilities or expectations of the receiver in the context of the invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.senderContacts(Collection<SenderContact> senderContacts) |
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.senderContacts(Consumer<SenderContact.Builder>... senderContacts) |
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.Builder.senderContacts(SenderContact... senderContacts) |
Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.
|
OpportunityInvitationPayload.Builder |
OpportunityInvitationPayload.toBuilder() |
|