Interface EnrichmentContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnrichmentContext.Builder,,EnrichmentContext> SdkBuilder<EnrichmentContext.Builder,,EnrichmentContext> SdkPojo
- Enclosing class:
EnrichmentContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault EnrichmentContext.BuilderleadInsights(Consumer<LeadInsights.Builder> leadInsights) The AI-generated lead readiness score for this lead.leadInsights(LeadInsights leadInsights) The AI-generated lead readiness score for this lead.default EnrichmentContext.BuilderprospectingResultAws(Consumer<InvitationProspectingResultAws.Builder> prospectingResultAws) The customer account data and propensity insights for the prospected account.prospectingResultAws(InvitationProspectingResultAws prospectingResultAws) The customer account data and propensity insights for the prospected account.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
-
prospectingResultAws
The customer account data and propensity insights for the prospected account. It includes geographic, industry, and segment classifications, along with engagement and solution scoring.
- Parameters:
prospectingResultAws- The customer account data and propensity insights for the prospected account. It includes geographic, industry, and segment classifications, along with engagement and solution scoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prospectingResultAws
default EnrichmentContext.Builder prospectingResultAws(Consumer<InvitationProspectingResultAws.Builder> prospectingResultAws) The customer account data and propensity insights for the prospected account. It includes geographic, industry, and segment classifications, along with engagement and solution scoring.
This is a convenience method that creates an instance of theInvitationProspectingResultAws.Builderavoiding the need to create one manually viaInvitationProspectingResultAws.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprospectingResultAws(InvitationProspectingResultAws).- Parameters:
prospectingResultAws- a consumer that will call methods onInvitationProspectingResultAws.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
leadInsights
The AI-generated lead readiness score for this lead. Use this score to assess lead quality and prioritize engagement efforts.
- Parameters:
leadInsights- The AI-generated lead readiness score for this lead. Use this score to assess lead quality and prioritize engagement efforts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
leadInsights
The AI-generated lead readiness score for this lead. Use this score to assess lead quality and prioritize engagement efforts.
This is a convenience method that creates an instance of theLeadInsights.Builderavoiding the need to create one manually viaLeadInsights.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toleadInsights(LeadInsights).- Parameters:
leadInsights- a consumer that will call methods onLeadInsights.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-