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 Details

    • taskDefinition

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeWithStrings

      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. If TAGS 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. If TAGS 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

      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. If TAGS 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

      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. If TAGS 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.