Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        Tag key. The key can't start with aws:.

        Parameters:
        key - Tag key. The key can't start with aws:.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        Value of the tag key.

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