Interface TaskListEntry.Builder

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

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

    • taskArn

      TaskListEntry.Builder taskArn(String 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.
    • status

      TaskListEntry.Builder status(String status)

      The status of the task.

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

      The status of the task.

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

      The name of the task.

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