Interface ListTasksResponse.Builder

    • Method Detail

      • nextToken

        ListTasksResponse.Builder nextToken​(String nextToken)

        A pagination token to continue to the next page of tasks.

        Parameters:
        nextToken - A pagination token to continue to the next page of tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tasks

        ListTasksResponse.Builder tasks​(Collection<TaskSummary> tasks)

        A list of task structures containing details about each task.

        Parameters:
        tasks - A list of task structures containing details about each task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tasks

        ListTasksResponse.Builder tasks​(TaskSummary... tasks)

        A list of task structures containing details about each task.

        Parameters:
        tasks - A list of task structures containing details about each task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.