Interface VariableDefinition.Builder

    • Method Detail

      • name

        VariableDefinition.Builder name​(String name)

        The name of the variable.

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

        VariableDefinition.Builder value​(String value)

        The new value of the variable.

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