Interface TagDescription.Builder

    • Method Detail

      • resourceId

        TagDescription.Builder resourceId​(String resourceId)

        The name of the group.

        Parameters:
        resourceId - The name of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        TagDescription.Builder resourceType​(String resourceType)

        The type of resource. The only supported value is auto-scaling-group.

        Parameters:
        resourceType - The type of resource. The only supported value is auto-scaling-group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        TagDescription.Builder key​(String key)

        The tag key.

        Parameters:
        key - The tag key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        TagDescription.Builder value​(String value)

        The tag value.

        Parameters:
        value - The tag value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propagateAtLaunch

        TagDescription.Builder propagateAtLaunch​(Boolean propagateAtLaunch)

        Determines whether the tag is added to new instances as they are launched in the group.

        Parameters:
        propagateAtLaunch - Determines whether the tag is added to new instances as they are launched in the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.