Interface KeyValue.Builder

    • Method Detail

      • key

        KeyValue.Builder key​(String key)

        The unique identifier of a key-value pair.

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

        KeyValue.Builder value​(String value)

        The value part of the identified key.

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