Interface DescribeTaskSetsResponse.Builder

    • Method Detail

      • taskSets

        DescribeTaskSetsResponse.Builder taskSets​(Collection<TaskSet> taskSets)

        The list of task sets described.

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

        DescribeTaskSetsResponse.Builder taskSets​(TaskSet... taskSets)

        The list of task sets described.

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

        DescribeTaskSetsResponse.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

        DescribeTaskSetsResponse.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.