Interface TaskInstanceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaskInstanceSummary.Builder,,TaskInstanceSummary> SdkBuilder<TaskInstanceSummary.Builder,,TaskInstanceSummary> SdkPojo
- Enclosing class:
TaskInstanceSummary
@Mutable
@NotThreadSafe
public static interface TaskInstanceSummary.Builder
extends SdkPojo, CopyableBuilder<TaskInstanceSummary.Builder,TaskInstanceSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondurationInSeconds(Integer durationInSeconds) The duration of the task instance execution in seconds.operatorName(String operatorName) The name of the Apache Airflow operator used for this task instance.The unique identifier of the workflow run that contains this task instance.The current status of the task instance.status(TaskInstanceStatus status) The current status of the task instance.taskInstanceId(String taskInstanceId) The unique identifier of this task instance.workflowArn(String workflowArn) The Amazon Resource Name (ARN) of the workflow that contains this task instance.workflowVersion(String workflowVersion) The version of the workflow that contains this task instance.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
-
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
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
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
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
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.
-