Interface DescribeTaskDefinitionRequest.Builder

    • Method Detail

      • 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

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

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

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