public static interface DescribeTaskDefinitionRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTaskDefinitionRequest.Builder,DescribeTaskDefinitionRequest>
Modifier and Type | Method and Description |
---|---|
DescribeTaskDefinitionRequest.Builder |
include(Collection<TaskDefinitionField> include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
include(TaskDefinitionField... include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
includeWithStrings(Collection<String> include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
includeWithStrings(String... include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeTaskDefinitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeTaskDefinitionRequest.Builder |
taskDefinition(String taskDefinition)
The
family for the latest ACTIVE revision, family and
revision (family:revision ) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe. |
build
overrideConfiguration
copy
applyMutation, build
DescribeTaskDefinitionRequest.Builder taskDefinition(String taskDefinition)
The family
for the latest ACTIVE
revision, family
and
revision
(family:revision
) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe.
taskDefinition
- The family
for the latest ACTIVE
revision, family
and
revision
(family:revision
) for a specific revision in the family, or full
Amazon Resource Name (ARN) of the task definition to describe.DescribeTaskDefinitionRequest.Builder includeWithStrings(Collection<String> include)
Specifies whether to see the resource tags for the task definition. 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 definition. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTaskDefinitionRequest.Builder includeWithStrings(String... include)
Specifies whether to see the resource tags for the task definition. 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 definition. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTaskDefinitionRequest.Builder include(Collection<TaskDefinitionField> include)
Specifies whether to see the resource tags for the task definition. 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 definition. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTaskDefinitionRequest.Builder include(TaskDefinitionField... include)
Specifies whether to see the resource tags for the task definition. 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 definition. If TAGS
is specified,
the tags are included in the response. If this field is omitted, tags are not included in the
response.DescribeTaskDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTaskDefinitionRequest.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.