Interface LeadInsights.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LeadInsights.Builder,,LeadInsights> SdkBuilder<LeadInsights.Builder,,LeadInsights> SdkPojo
- Enclosing class:
LeadInsights
@Mutable
@NotThreadSafe
public static interface LeadInsights.Builder
extends SdkPojo, CopyableBuilder<LeadInsights.Builder,LeadInsights>
-
Method Summary
Modifier and TypeMethodDescriptionleadReadinessScore(String leadReadinessScore) A score that indicates the lead's readiness for engagement.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
-
leadReadinessScore
A score that indicates the lead's readiness for engagement. Valid values are
Low,Medium, andHigh. Use this score to prioritize leads based on their likelihood of conversion.- Parameters:
leadReadinessScore- A score that indicates the lead's readiness for engagement. Valid values areLow,Medium, andHigh. Use this score to prioritize leads based on their likelihood of conversion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-