Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The key for the tag. Keys are not case sensitive and must be unique.

        Parameters:
        key - The key for the tag. Keys are not case sensitive and must be unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        The value associated with the tag. The value can be an empty string but it can't be null.

        Parameters:
        value - The value associated with the tag. The value can be an empty string but it can't be null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.