Interface AwsOpportunityInsights.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOpportunityInsights.Builder,AwsOpportunityInsights>,SdkBuilder<AwsOpportunityInsights.Builder,AwsOpportunityInsights>,SdkPojo
- Enclosing class:
- AwsOpportunityInsights
public static interface AwsOpportunityInsights.Builder extends SdkPojo, CopyableBuilder<AwsOpportunityInsights.Builder,AwsOpportunityInsights>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsOpportunityInsights.BuilderengagementScore(String engagementScore)Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity.AwsOpportunityInsights.BuilderengagementScore(EngagementScore engagementScore)Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity.AwsOpportunityInsights.BuildernextBestActions(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engagementScore
AwsOpportunityInsights.Builder engagementScore(String engagementScore)
Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity. This score helps partners prioritize their efforts.
- Parameters:
engagementScore- Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity. This score helps partners prioritize their efforts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngagementScore,EngagementScore
-
engagementScore
AwsOpportunityInsights.Builder engagementScore(EngagementScore engagementScore)
Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity. This score helps partners prioritize their efforts.
- Parameters:
engagementScore- Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity. This score helps partners prioritize their efforts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngagementScore,EngagementScore
-
nextBestActions
AwsOpportunityInsights.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-