Interface ListTasksResponse.Builder

    • Method Detail

      • tasks

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

        A list of all the tasks that are returned.

        Parameters:
        tasks - A list of all the tasks that are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tasks

        ListTasksResponse.Builder tasks​(TaskListEntry... tasks)

        A list of all the tasks that are returned.

        Parameters:
        tasks - A list of all the tasks that are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTasksResponse.Builder nextToken​(String nextToken)

        An opaque string that indicates the position at which to begin returning the next list of tasks.

        Parameters:
        nextToken - An opaque string that indicates the position at which to begin returning the next list of tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.