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.Builderinclude(Collection<TaskDefinitionField> include)Determines whether to see the resource tags for the task definition.DescribeTaskDefinitionRequest.Builderinclude(TaskDefinitionField... include)Determines whether to see the resource tags for the task definition.DescribeTaskDefinitionRequest.BuilderincludeWithStrings(String... include)Determines whether to see the resource tags for the task definition.DescribeTaskDefinitionRequest.BuilderincludeWithStrings(Collection<String> include)Determines whether to see the resource tags for the task definition.DescribeTaskDefinitionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTaskDefinitionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTaskDefinitionRequest.BuildertaskDefinition(String taskDefinition)Thefamilyfor the latestACTIVErevision,familyandrevision(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
taskDefinition
DescribeTaskDefinitionRequest.Builder taskDefinition(String taskDefinition)
The
familyfor the latestACTIVErevision,familyandrevision(family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.- Parameters:
taskDefinition- Thefamilyfor the latestACTIVErevision,familyandrevision(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
TAGSis 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. IfTAGSis 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
TAGSis 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. IfTAGSis 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
TAGSis 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. IfTAGSis 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
TAGSis 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. IfTAGSis 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTaskDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-