Interface DescribeTaskSetsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>, EcsRequest.Builder, SdkBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeTaskSetsRequest

public static interface DescribeTaskSetsRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>
  • Method Details

    • 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

      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

      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

      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

      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.
    • overrideConfiguration

      DescribeTaskSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.