static OpportunitySummaryView.Builder |
OpportunitySummaryView.builder() |
|
default OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.customer(Consumer<Customer.Builder> customer) |
Sets the value of the Customer property for this object.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.customer(Customer customer) |
Sets the value of the Customer property for this object.
|
default OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.lifecycle(Consumer<LifeCycleForView.Builder> lifecycle) |
Contains information about the opportunity's lifecycle, including its current stage, status, and important
dates such as creation and last modification times.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.lifecycle(LifeCycleForView lifecycle) |
Contains information about the opportunity's lifecycle, including its current stage, status, and important
dates such as creation and last modification times.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.opportunityTeam(Collection<Contact> opportunityTeam) |
Represents the internal team handling the opportunity.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.opportunityTeam(Consumer<Contact.Builder>... opportunityTeam) |
Represents the internal team handling the opportunity.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.opportunityTeam(Contact... opportunityTeam) |
Represents the internal team handling the opportunity.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.opportunityType(String opportunityType) |
Specifies the opportunity type.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.opportunityType(OpportunityType opportunityType) |
Specifies the opportunity type.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws) |
Identifies the type of support the partner needs from AWS.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws) |
Identifies the type of support the partner needs from AWS.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.primaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws) |
Identifies the type of support the partner needs from AWS.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.primaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws) |
Identifies the type of support the partner needs from AWS.
|
default OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.project(Consumer<ProjectView.Builder> project) |
Contains summary information about the project associated with the opportunity, including project name,
description, timeline, and other relevant details.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.project(ProjectView project) |
Contains summary information about the project associated with the opportunity, including project name,
description, timeline, and other relevant details.
|
default OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.relatedEntityIdentifiers(Consumer<RelatedEntityIdentifiers.Builder> relatedEntityIdentifiers) |
Sets the value of the RelatedEntityIdentifiers property for this object.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.Builder.relatedEntityIdentifiers(RelatedEntityIdentifiers relatedEntityIdentifiers) |
Sets the value of the RelatedEntityIdentifiers property for this object.
|
OpportunitySummaryView.Builder |
OpportunitySummaryView.toBuilder() |
|