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) |
DescribeTaskDefinitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeTaskDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.