Interface ContextAttribute.Builder

    • Method Detail

      • key

        ContextAttribute.Builder key​(String key)

        The key of ContextAttribute.

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

        ContextAttribute.Builder value​(String value)

        The value of ContextAttribute.

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