Interface SetVariableAction.Builder

  • Method Details

    • variableName

      SetVariableAction.Builder variableName(String variableName)

      The name of the variable.

      Parameters:
      variableName - The name of the variable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.