@Stability(value=Stable) public static final class CfnContainer.EnvironmentVariableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContainer.EnvironmentVariableProperty>
CfnContainer.EnvironmentVariableProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContainer.EnvironmentVariableProperty |
build()
Builds the configured instance.
|
CfnContainer.EnvironmentVariableProperty.Builder |
value(String value)
Sets the value of
CfnContainer.EnvironmentVariableProperty.getValue() |
CfnContainer.EnvironmentVariableProperty.Builder |
variable(String variable)
Sets the value of
CfnContainer.EnvironmentVariableProperty.getVariable() |
@Stability(value=Stable) public CfnContainer.EnvironmentVariableProperty.Builder value(String value)
CfnContainer.EnvironmentVariableProperty.getValue()value - The environment variable value.this@Stability(value=Stable) public CfnContainer.EnvironmentVariableProperty.Builder variable(String variable)
CfnContainer.EnvironmentVariableProperty.getVariable()variable - The environment variable key.this@Stability(value=Stable) public CfnContainer.EnvironmentVariableProperty build()
build in interface software.amazon.jsii.Builder<CfnContainer.EnvironmentVariableProperty>CfnContainer.EnvironmentVariablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.