public static interface DescribeTasksRequest.Builder extends EcsRequest.Builder, SdkPojo, 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 |
include(Collection<TaskField> include)
Specifies whether you want to see the resource tags for the task.
|
DescribeTasksRequest.Builder |
include(TaskField... include)
Specifies whether you want to see the resource tags for the task.
|
DescribeTasksRequest.Builder |
includeWithStrings(Collection<String> include)
Specifies whether you want to see the resource tags for the task.
|
DescribeTasksRequest.Builder |
includeWithStrings(String... include)
Specifies whether you want to see the resource tags for the task.
|
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 ARN entries.
|
DescribeTasksRequest.Builder |
tasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeTasksRequest.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 ARN entries.
tasks
- A list of up to 100 task IDs or full ARN entries.DescribeTasksRequest.Builder tasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.
tasks
- A list of up to 100 task IDs or full ARN entries.DescribeTasksRequest.Builder includeWithStrings(Collection<String> include)
Specifies whether you want to see the resource tags for the task. 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 you want to see the resource tags for the task. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTasksRequest.Builder includeWithStrings(String... include)
Specifies whether you want to see the resource tags for the task. 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 you want to see the resource tags for the task. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTasksRequest.Builder include(Collection<TaskField> include)
Specifies whether you want to see the resource tags for the task. 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 you want to see the resource tags for the task. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTasksRequest.Builder include(TaskField... include)
Specifies whether you want to see the resource tags for the task. 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 you want to see the resource tags for the task. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.