Interface DescribeTaskSetsRequest.Builder

    • Method Detail

      • cluster

        DescribeTaskSetsRequest.Builder cluster​(String cluster)

        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

        Parameters:
        cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • service

        DescribeTaskSetsRequest.Builder service​(String service)

        The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.

        Parameters:
        service - The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskSets

        DescribeTaskSetsRequest.Builder taskSets​(Collection<String> taskSets)

        The ID or full Amazon Resource Name (ARN) of task sets to describe.

        Parameters:
        taskSets - The ID or full Amazon Resource Name (ARN) of task sets to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskSets

        DescribeTaskSetsRequest.Builder taskSets​(String... taskSets)

        The ID or full Amazon Resource Name (ARN) of task sets to describe.

        Parameters:
        taskSets - The ID or full Amazon Resource Name (ARN) of task sets to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeWithStrings

        DescribeTaskSetsRequest.Builder includeWithStrings​(Collection<String> include)

        Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

        Parameters:
        include - Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeWithStrings

        DescribeTaskSetsRequest.Builder includeWithStrings​(String... include)

        Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

        Parameters:
        include - Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • include

        DescribeTaskSetsRequest.Builder include​(Collection<TaskSetField> include)

        Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

        Parameters:
        include - Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • include

        DescribeTaskSetsRequest.Builder include​(TaskSetField... include)

        Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

        Parameters:
        include - Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.