Interface ProspectingResultAws.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProspectingResultAws.Builder,,ProspectingResultAws> SdkBuilder<ProspectingResultAws.Builder,,ProspectingResultAws> SdkPojo
- Enclosing class:
ProspectingResultAws
-
Method Summary
Modifier and TypeMethodDescriptiondefault ProspectingResultAws.Buildercustomer(Consumer<ProspectingResultCustomer.Builder> customer) Contains details about the prospected customer account, including geographic, industry, and segment classifications.customer(ProspectingResultCustomer customer) Contains details about the prospected customer account, including geographic, industry, and segment classifications.The timestamp when the prospecting task completed processing.default ProspectingResultAws.Builderinsights(Consumer<ProspectingInsights.Builder> insights) Insights that AI generates from the prospecting analysis.insights(ProspectingInsights insights) Insights that AI generates from the prospecting analysis.The timestamp when the prospecting result context was created.The Amazon Resource Name (ARN) of the prospecting task.The unique identifier of the prospecting task that generates this result.The name that the user provides for the prospecting task that generates this result.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
-
startTime
The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).
- Parameters:
startTime- The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp when the prospecting task completed processing. The format is ISO 8601 (UTC).
- Parameters:
endTime- The timestamp when the prospecting task completed processing. The format is ISO 8601 (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The unique identifier of the prospecting task that generates this result.
- Parameters:
taskId- The unique identifier of the prospecting task that generates this result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskArn
The Amazon Resource Name (ARN) of the prospecting task. Use this ARN to track and manage the task within AWS.
- Parameters:
taskArn- The Amazon Resource Name (ARN) of the prospecting task. Use this ARN to track and manage the task within AWS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskName
The name that the user provides for the prospecting task that generates this result.
- Parameters:
taskName- The name that the user provides for the prospecting task that generates this result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
Contains details about the prospected customer account, including geographic, industry, and segment classifications.
- Parameters:
customer- Contains details about the prospected customer account, including geographic, industry, and segment classifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
Contains details about the prospected customer account, including geographic, industry, and segment classifications.
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
Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.
- Parameters:
insights- Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insights
Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.
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:
-