public static interface DescribeTaskSetsRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
DescribeTaskSetsRequest.Builder |
include(Collection<TaskSetField> include)
Specifies whether to see the resource tags for the task set.
|
DescribeTaskSetsRequest.Builder |
include(TaskSetField... include)
Specifies whether to see the resource tags for the task set.
|
DescribeTaskSetsRequest.Builder |
includeWithStrings(Collection<String> include)
Specifies whether to see the resource tags for the task set.
|
DescribeTaskSetsRequest.Builder |
includeWithStrings(String... include)
Specifies whether to see the resource tags for the task set.
|
DescribeTaskSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTaskSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTaskSetsRequest.Builder |
service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
|
DescribeTaskSetsRequest.Builder |
taskSets(Collection<String> taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.
|
DescribeTaskSetsRequest.Builder |
taskSets(String... taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTaskSetsRequest.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.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
sets exist in.DescribeTaskSetsRequest.Builder service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
service - The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.DescribeTaskSetsRequest.Builder taskSets(Collection<String> taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.
taskSets - The ID or full Amazon Resource Name (ARN) of task sets to describe.DescribeTaskSetsRequest.Builder taskSets(String... taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.
taskSets - The ID or full Amazon Resource Name (ARN) of task sets to describe.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 are not included in the response.
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 are not included in the response.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 are not included in the response.
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 are not included in the response.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 are not included in the response.
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 are not included in the response.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 are not included in the response.
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 are not included in the response.DescribeTaskSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTaskSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.