public static interface BatchEnvironmentVariable.Builder extends SdkPojo, CopyableBuilder<BatchEnvironmentVariable.Builder,BatchEnvironmentVariable>
| Modifier and Type | Method and Description |
|---|---|
BatchEnvironmentVariable.Builder |
name(String name)
The name of the key-value pair.
|
BatchEnvironmentVariable.Builder |
value(String value)
The value of the key-value pair.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchEnvironmentVariable.Builder name(String name)
The name of the key-value pair. For environment variables, this is the name of the environment variable.
name - The name of the key-value pair. For environment variables, this is the name of the environment
variable.BatchEnvironmentVariable.Builder value(String value)
The value of the key-value pair. For environment variables, this is the value of the environment variable.
value - The value of the key-value pair. For environment variables, this is the value of the environment
variable.Copyright © 2023. All rights reserved.