public static interface ExportedEnvironmentVariable.Builder extends SdkPojo, CopyableBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable>
| Modifier and Type | Method and Description |
|---|---|
ExportedEnvironmentVariable.Builder |
name(String name)
The name of the exported environment variable.
|
ExportedEnvironmentVariable.Builder |
value(String value)
The value assigned to the exported environment variable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportedEnvironmentVariable.Builder name(String name)
The name of the exported environment variable.
name - The name of the exported environment variable.ExportedEnvironmentVariable.Builder value(String value)
The value assigned to the exported environment variable.
value - The value assigned to the exported environment variable.Copyright © 2023. All rights reserved.