Interface TaskSearchSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TaskSearchSummary.Builder,TaskSearchSummary>, SdkBuilder<TaskSearchSummary.Builder,TaskSearchSummary>, SdkPojo
Enclosing class:
TaskSearchSummary

public static interface TaskSearchSummary.Builder extends SdkPojo, CopyableBuilder<TaskSearchSummary.Builder,TaskSearchSummary>
  • Method Details

    • endedAt

      The date and time the resource ended running.

      Parameters:
      endedAt - The date and time the resource ended running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureRetryCount

      TaskSearchSummary.Builder failureRetryCount(Integer failureRetryCount)

      The number of times that the task failed and was retried.

      Parameters:
      failureRetryCount - The number of times that the task failed and was retried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The job ID.

      Parameters:
      jobId - The job ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      The parameters to search for.

      Parameters:
      parameters - The parameters to search for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queueId

      The queue ID.

      Parameters:
      queueId - The queue ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runStatus

      TaskSearchSummary.Builder runStatus(String runStatus)

      The run status of the task.

      Parameters:
      runStatus - The run status of the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • runStatus

      The run status of the task.

      Parameters:
      runStatus - The run status of the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedAt

      TaskSearchSummary.Builder startedAt(Instant startedAt)

      The date and time the resource started running.

      Parameters:
      startedAt - The date and time the resource started running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepId

      The step ID.

      Parameters:
      stepId - The step ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetRunStatus

      TaskSearchSummary.Builder targetRunStatus(String targetRunStatus)

      The run status that the task is being updated to.

      Parameters:
      targetRunStatus - The run status that the task is being updated to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetRunStatus

      TaskSearchSummary.Builder targetRunStatus(TaskTargetRunStatus targetRunStatus)

      The run status that the task is being updated to.

      Parameters:
      targetRunStatus - The run status that the task is being updated to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • taskId

      The task ID.

      Parameters:
      taskId - The task ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.