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)
Determines whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
include(TaskDefinitionField... include)
Determines whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
includeWithStrings(Collection<String> include)
Determines whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest.Builder |
includeWithStrings(String... include)
Determines 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)
Determines 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 aren't included in the response.
include - Determines 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 aren't included in
the response.DescribeTaskDefinitionRequest.Builder includeWithStrings(String... include)
Determines 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 aren't included in the response.
include - Determines 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 aren't included in
the response.DescribeTaskDefinitionRequest.Builder include(Collection<TaskDefinitionField> include)
Determines 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 aren't included in the response.
include - Determines 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 aren't included in
the response.DescribeTaskDefinitionRequest.Builder include(TaskDefinitionField... include)
Determines 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 aren't included in the response.
include - Determines 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 aren't 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 © 2023. All rights reserved.