public static interface DescribeTasksRequest.Builder extends EcsRequest.Builder, CopyableBuilder<DescribeTasksRequest.Builder,DescribeTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTasksRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe.
|
DescribeTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeTasksRequest.Builder |
tasks(Collection<String> tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
|
DescribeTasksRequest.Builder |
tasks(String... tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeTasksRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If
you do not specify a cluster, the default cluster is assumed.DescribeTasksRequest.Builder tasks(Collection<String> tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
tasks - A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.DescribeTasksRequest.Builder tasks(String... tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
tasks - A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.DescribeTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.