static GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.builder() |
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.catalog(String catalog) |
Specifies the catalog in which the AWS Opportunity exists.
|
default GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.customer(Consumer<AwsOpportunityCustomer.Builder> customer) |
Provides details about the customer associated with the AWS Opportunity, including account information,
industry, and other customer data.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.customer(AwsOpportunityCustomer customer) |
Provides details about the customer associated with the AWS Opportunity, including account information,
industry, and other customer data.
|
default GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.insights(Consumer<AwsOpportunityInsights.Builder> insights) |
Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS
suggests for the partner.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.insights(AwsOpportunityInsights insights) |
Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS
suggests for the partner.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.involvementType(String involvementType) |
Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.involvementType(SalesInvolvementType involvementType) |
Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.involvementTypeChangeReason(String involvementTypeChangeReason) |
Provides a reason for any changes in the involvement type of AWS in the opportunity.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.involvementTypeChangeReason(InvolvementTypeChangeReason involvementTypeChangeReason) |
Provides a reason for any changes in the involvement type of AWS in the opportunity.
|
default GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.lifeCycle(Consumer<AwsOpportunityLifeCycle.Builder> lifeCycle) |
Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close
date.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.lifeCycle(AwsOpportunityLifeCycle lifeCycle) |
Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close
date.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.opportunityTeam(Collection<AwsTeamMember> opportunityTeam) |
Details the AWS opportunity team, including members involved.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.opportunityTeam(Consumer<AwsTeamMember.Builder>... opportunityTeam) |
Details the AWS opportunity team, including members involved.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.opportunityTeam(AwsTeamMember... opportunityTeam) |
Details the AWS opportunity team, including members involved.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.origin(String origin) |
Specifies whether the AWS Opportunity originated from AWS or the partner.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.origin(OpportunityOrigin origin) |
Specifies whether the AWS Opportunity originated from AWS or the partner.
|
default GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.project(Consumer<AwsOpportunityProject.Builder> project) |
Provides details about the project associated with the AWS Opportunity, including the customer’s business
problem, expected outcomes, and project scope.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.project(AwsOpportunityProject project) |
Provides details about the project associated with the AWS Opportunity, including the customer’s business
problem, expected outcomes, and project scope.
|
default GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.relatedEntityIds(Consumer<AwsOpportunityRelatedEntities.Builder> relatedEntityIds) |
Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS
Opportunity.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.relatedEntityIds(AwsOpportunityRelatedEntities relatedEntityIds) |
Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS
Opportunity.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.relatedOpportunityId(String relatedOpportunityId) |
Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS
Opportunity to their corresponding opportunity in their CRM system.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.toBuilder() |
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.visibility(String visibility) |
Defines the visibility level for the AWS Opportunity.
|
GetAwsOpportunitySummaryResponse.Builder |
GetAwsOpportunitySummaryResponse.Builder.visibility(Visibility visibility) |
Defines the visibility level for the AWS Opportunity.
|