Interface RecordTag.Builder

    • Method Detail

      • key

        RecordTag.Builder key​(String key)

        The key for this tag.

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

        RecordTag.Builder value​(String value)

        The value for this tag.

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