Interface TaskInstanceSummary.Builder

  • Method Details

    • workflowArn

      TaskInstanceSummary.Builder workflowArn(String workflowArn)

      The Amazon Resource Name (ARN) of the workflow that contains this task instance.

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

      TaskInstanceSummary.Builder workflowVersion(String workflowVersion)

      The version of the workflow that contains this task instance.

      Parameters:
      workflowVersion - The version of the workflow that contains this task instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      The unique identifier of the workflow run that contains this task instance.

      Parameters:
      runId - The unique identifier of the workflow run that contains this task instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskInstanceId

      TaskInstanceSummary.Builder taskInstanceId(String taskInstanceId)

      The unique identifier of this task instance.

      Parameters:
      taskInstanceId - The unique identifier of this task instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the task instance.

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

      The current status of the task instance.

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

      TaskInstanceSummary.Builder durationInSeconds(Integer durationInSeconds)

      The duration of the task instance execution in seconds. This value is null if the task is not complete.

      Parameters:
      durationInSeconds - The duration of the task instance execution in seconds. This value is null if the task is not complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatorName

      TaskInstanceSummary.Builder operatorName(String operatorName)

      The name of the Apache Airflow operator used for this task instance.

      Parameters:
      operatorName - The name of the Apache Airflow operator used for this task instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.