Interface ExportedEnvironmentVariable.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable>, SdkBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable>, SdkPojo
Enclosing class:
ExportedEnvironmentVariable

public static interface ExportedEnvironmentVariable.Builder extends SdkPojo, CopyableBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable>
  • Method Details

    • 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

      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.