Interface ProspectingTaskSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProspectingTaskSummary.Builder,,ProspectingTaskSummary> SdkBuilder<ProspectingTaskSummary.Builder,,ProspectingTaskSummary> SdkPojo
- Enclosing class:
ProspectingTaskSummary
-
Method Summary
Modifier and TypeMethodDescriptioncompletedEngagementCount(Integer completedEngagementCount) The number of engagements that have been successfully converted into prospecting leads.The timestamp indicating when the task finished processing.failedEngagementCount(Integer failedEngagementCount) The number of engagements that failed to be converted.The timestamp indicating when the task was initiated.The Amazon Resource Name (ARN) of the task.The unique identifier of the task.The descriptive name of the task provided when it was created.totalEngagementCount(Integer totalEngagementCount) The total number of engagements included in the task.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
-
taskId
The unique identifier of the task. Use this value with
GetProspectingFromEngagementTaskto retrieve full task details.- Parameters:
taskId- The unique identifier of the task. Use this value withGetProspectingFromEngagementTaskto 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
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
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
The number of engagements that failed to be converted. Retrieve the full task details using
GetProspectingFromEngagementTaskfor per-engagement error information.- Parameters:
failedEngagementCount- The number of engagements that failed to be converted. Retrieve the full task details usingGetProspectingFromEngagementTaskfor per-engagement error information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-