Interface OpportunityQuality.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OpportunityQuality.Builder,,OpportunityQuality> SdkBuilder<OpportunityQuality.Builder,,OpportunityQuality> SdkPojo
- Enclosing class:
OpportunityQuality
@Mutable
@NotThreadSafe
public static interface OpportunityQuality.Builder
extends SdkPojo, CopyableBuilder<OpportunityQuality.Builder,OpportunityQuality>
-
Method Summary
Modifier and TypeMethodDescriptionDeal quality score based on opportunity content completeness and sales methodology criteria.Direction of score change since last scoring iteration.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
-
score
Deal quality score based on opportunity content completeness and sales methodology criteria. Values range from 0 to 100.
- Parameters:
score- Deal quality score based on opportunity content completeness and sales methodology criteria. Values range from 0 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trend
Direction of score change since last scoring iteration. Known values:
Improving,Declining,No Change.- Parameters:
trend- Direction of score change since last scoring iteration. Known values:Improving,Declining,No Change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-