Interface ConfigurableActionParameter.Builder

    • Method Detail

      • key

        ConfigurableActionParameter.Builder key​(String key)

        The key of the configurable action parameter.

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

        ConfigurableActionParameter.Builder value​(String value)

        The value of the configurable action parameter.

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