Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The tag key. Tag keys must be unique per resource.

        Parameters:
        key - The tag key. Tag keys must be unique per resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

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