Interface DescribeTaskDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTaskDefinitionRequest.Builder,DescribeTaskDefinitionRequest>
,EcsRequest.Builder
,SdkBuilder<DescribeTaskDefinitionRequest.Builder,DescribeTaskDefinitionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeTaskDefinitionRequest
public static interface DescribeTaskDefinitionRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTaskDefinitionRequest.Builder,DescribeTaskDefinitionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String... 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
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeTaskDefinitionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeTaskDefinitionRequest.Builder
taskDefinition(String taskDefinition)
Thefamily
for the latestACTIVE
revision,family
andrevision
(family:revision
) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
taskDefinition
DescribeTaskDefinitionRequest.Builder taskDefinition(String taskDefinition)
The
family
for the latestACTIVE
revision,family
andrevision
(family:revision
) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.- Parameters:
taskDefinition
- Thefamily
for the latestACTIVE
revision,family
andrevision
(family:revision
) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
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.- Parameters:
include
- Determines whether to see the resource tags for the task definition. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
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.- Parameters:
include
- Determines whether to see the resource tags for the task definition. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
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.- Parameters:
include
- Determines whether to see the resource tags for the task definition. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
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.- Parameters:
include
- Determines whether to see the resource tags for the task definition. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTaskDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTaskDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-