Interface EnvironmentVariable.Builder

  • Method Details

    • name

      The environment variable name in the key-value pair.

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

      The environment variable value in the key-value pair.

      Parameters:
      value - The environment variable value in the key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.