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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTaskSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.