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. |
buildoverrideConfigurationcopyapplyMutation, buildDescribeTaskDefinitionRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeTaskDefinitionRequest.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.