public static interface EcsEnvironmentVariable.Builder extends SdkPojo, CopyableBuilder<EcsEnvironmentVariable.Builder,EcsEnvironmentVariable>
| Modifier and Type | Method and Description |
|---|---|
EcsEnvironmentVariable.Builder |
name(String name)
The name of the key-value pair.
|
EcsEnvironmentVariable.Builder |
value(String value)
The value of the key-value pair.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcsEnvironmentVariable.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.EcsEnvironmentVariable.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.