Interface ExportedEnvironmentVariable.Builder

    • Method Detail

      • name

        ExportedEnvironmentVariable.Builder name​(String name)

        The name of the exported environment variable.

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

        ExportedEnvironmentVariable.Builder value​(String value)

        The value assigned to the exported environment variable.

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