Interface DescribeTasksResponse.Builder

    • Method Detail

      • tasks

        DescribeTasksResponse.Builder tasks​(Collection<Task> tasks)

        The list of tasks.

        Parameters:
        tasks - The list of tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tasks

        DescribeTasksResponse.Builder tasks​(Task... tasks)

        The list of tasks.

        Parameters:
        tasks - The list of tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failures

        DescribeTasksResponse.Builder failures​(Collection<Failure> failures)

        Any failures associated with the call.

        Parameters:
        failures - Any failures associated with the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failures

        DescribeTasksResponse.Builder failures​(Failure... failures)

        Any failures associated with the call.

        Parameters:
        failures - Any failures associated with the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.