Interface InvitationProspectingResultAws.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvitationProspectingResultAws.Builder,,InvitationProspectingResultAws> SdkBuilder<InvitationProspectingResultAws.Builder,,InvitationProspectingResultAws> SdkPojo
- Enclosing class:
InvitationProspectingResultAws
-
Method Summary
Modifier and TypeMethodDescriptioncustomer(Consumer<ProspectingResultCustomer.Builder> customer) The prospected customer account details, including geographic classification, industry segmentation, company size, and program eligibility.customer(ProspectingResultCustomer customer) The prospected customer account details, including geographic classification, industry segmentation, company size, and program eligibility.insights(Consumer<ProspectingInsights.Builder> insights) The AI-generated insights from the prospecting analysis, including marketplace engagement scoring, solution fit assessments, and solution categorization.insights(ProspectingInsights insights) The AI-generated insights from the prospecting analysis, including marketplace engagement scoring, solution fit assessments, and solution categorization.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
-
customer
The prospected customer account details, including geographic classification, industry segmentation, company size, and program eligibility.
- Parameters:
customer- The prospected customer account details, including geographic classification, industry segmentation, company size, and program eligibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
default InvitationProspectingResultAws.Builder customer(Consumer<ProspectingResultCustomer.Builder> customer) The prospected customer account details, including geographic classification, industry segmentation, company size, and program eligibility.
This is a convenience method that creates an instance of theProspectingResultCustomer.Builderavoiding the need to create one manually viaProspectingResultCustomer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomer(ProspectingResultCustomer).- Parameters:
customer- a consumer that will call methods onProspectingResultCustomer.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
insights
The AI-generated insights from the prospecting analysis, including marketplace engagement scoring, solution fit assessments, and solution categorization.
- Parameters:
insights- The AI-generated insights from the prospecting analysis, including marketplace engagement scoring, solution fit assessments, and solution categorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insights
default InvitationProspectingResultAws.Builder insights(Consumer<ProspectingInsights.Builder> insights) The AI-generated insights from the prospecting analysis, including marketplace engagement scoring, solution fit assessments, and solution categorization.
This is a convenience method that creates an instance of theProspectingInsights.Builderavoiding the need to create one manually viaProspectingInsights.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsights(ProspectingInsights).- Parameters:
insights- a consumer that will call methods onProspectingInsights.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-