Interface ProspectingInsights.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProspectingInsights.Builder,,ProspectingInsights> SdkBuilder<ProspectingInsights.Builder,,ProspectingInsights> SdkPojo
- Enclosing class:
ProspectingInsights
@Mutable
@NotThreadSafe
public static interface ProspectingInsights.Builder
extends SdkPojo, CopyableBuilder<ProspectingInsights.Builder,ProspectingInsights>
-
Method Summary
Modifier and TypeMethodDescriptionmarketplaceEngagementScore(String marketplaceEngagementScore) A score that indicates the prospected customer's level of engagement with AWS Marketplace.solutionCategory(String solutionCategory) The primary solution category classification for the prospected customer.solutionScore(String solutionScore) A score that indicates how well the partner's solution fits the prospected customer's needs.solutionSubCategory(String solutionSubCategory) The solution sub-category classification for the prospected customer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
marketplaceEngagementScore
A score that indicates the prospected customer's level of engagement with AWS Marketplace. Valid values are
High,Medium, andLow.- Parameters:
marketplaceEngagementScore- A score that indicates the prospected customer's level of engagement with AWS Marketplace. Valid values areHigh,Medium, andLow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionScore
A score that indicates how well the partner's solution fits the prospected customer's needs.
- Parameters:
solutionScore- A score that indicates how well the partner's solution fits the prospected customer's needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionCategory
The primary solution category classification for the prospected customer. This indicates the type of solution that best addresses their needs.
- Parameters:
solutionCategory- The primary solution category classification for the prospected customer. This indicates the type of solution that best addresses their needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionSubCategory
The solution sub-category classification for the prospected customer. This provides more granular categorization of the recommended solution type.
- Parameters:
solutionSubCategory- The solution sub-category classification for the prospected customer. This provides more granular categorization of the recommended solution type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-