Interface ProspectingResultAws.Builder

  • Method Details

    • startTime

      ProspectingResultAws.Builder startTime(Instant 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 the ProspectingResultCustomer.Builder avoiding the need to create one manually via ProspectingResultCustomer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customer(ProspectingResultCustomer).

      Parameters:
      customer - a consumer that will call methods on ProspectingResultCustomer.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 the ProspectingInsights.Builder avoiding the need to create one manually via ProspectingInsights.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to insights(ProspectingInsights).

      Parameters:
      insights - a consumer that will call methods on ProspectingInsights.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: