Interface ProspectingTaskSummary.Builder

  • Method Details

    • taskId

      The unique identifier of the task. Use this value with GetProspectingFromEngagementTask to retrieve full task details.

      Parameters:
      taskId - The unique identifier of the task. Use this value with GetProspectingFromEngagementTask to retrieve full task details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskArn

      The Amazon Resource Name (ARN) of the task.

      Parameters:
      taskArn - The Amazon Resource Name (ARN) of the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskName

      The descriptive name of the task provided when it was created.

      Parameters:
      taskName - The descriptive name of the task provided when it was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.

      Parameters:
      startTime - The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.

      Parameters:
      endTime - The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalEngagementCount

      ProspectingTaskSummary.Builder totalEngagementCount(Integer totalEngagementCount)

      The total number of engagements included in the task.

      Parameters:
      totalEngagementCount - The total number of engagements included in the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedEngagementCount

      ProspectingTaskSummary.Builder completedEngagementCount(Integer completedEngagementCount)

      The number of engagements that have been successfully converted into prospecting leads.

      Parameters:
      completedEngagementCount - The number of engagements that have been successfully converted into prospecting leads.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedEngagementCount

      ProspectingTaskSummary.Builder failedEngagementCount(Integer failedEngagementCount)

      The number of engagements that failed to be converted. Retrieve the full task details using GetProspectingFromEngagementTask for per-engagement error information.

      Parameters:
      failedEngagementCount - The number of engagements that failed to be converted. Retrieve the full task details using GetProspectingFromEngagementTask for per-engagement error information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.