@Stability(value=Stable) public static final class CfnApp.EnvironmentVariableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.EnvironmentVariableProperty>
CfnApp.EnvironmentVariableProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.EnvironmentVariableProperty |
build()
Builds the configured instance.
|
CfnApp.EnvironmentVariableProperty.Builder |
name(String name)
Sets the value of
CfnApp.EnvironmentVariableProperty.getName() |
CfnApp.EnvironmentVariableProperty.Builder |
value(String value)
Sets the value of
CfnApp.EnvironmentVariableProperty.getValue() |
@Stability(value=Stable) public CfnApp.EnvironmentVariableProperty.Builder name(String name)
CfnApp.EnvironmentVariableProperty.getName()name - `CfnApp.EnvironmentVariableProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnApp.EnvironmentVariableProperty.Builder value(String value)
CfnApp.EnvironmentVariableProperty.getValue()value - `CfnApp.EnvironmentVariableProperty.Value`. This parameter is required.this@Stability(value=Stable) public CfnApp.EnvironmentVariableProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.EnvironmentVariableProperty>CfnApp.EnvironmentVariablePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.