Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AwsOpportunityInsights.Builder
-
Packages that use AwsOpportunityInsights.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AwsOpportunityInsights.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AwsOpportunityInsights.Builder Modifier and Type Method Description static AwsOpportunityInsights.BuilderAwsOpportunityInsights. builder()AwsOpportunityInsights.BuilderAwsOpportunityInsights.Builder. engagementScore(String engagementScore)Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity.AwsOpportunityInsights.BuilderAwsOpportunityInsights.Builder. engagementScore(EngagementScore engagementScore)Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity.AwsOpportunityInsights.BuilderAwsOpportunityInsights.Builder. nextBestActions(String nextBestActions)Provides recommendations from AWS on the next best actions to take in order to move the opportunity forward and increase the likelihood of success.AwsOpportunityInsights.BuilderAwsOpportunityInsights. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AwsOpportunityInsights.Builder Modifier and Type Method Description static Class<? extends AwsOpportunityInsights.Builder>AwsOpportunityInsights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type AwsOpportunityInsights.Builder Modifier and Type Method Description default GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. insights(Consumer<AwsOpportunityInsights.Builder> insights)Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.
-