Interface TaskListEntry.Builder

    • Method Detail

      • 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:
        TaskStatus, TaskStatus
      • name

        TaskListEntry.Builder name​(String 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.