@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 |
key(String key)
Sets the value of
CfnApp.EnvironmentVariableProperty.getKey() |
CfnApp.EnvironmentVariableProperty.Builder |
secure(Boolean secure)
Sets the value of
CfnApp.EnvironmentVariableProperty.getSecure() |
CfnApp.EnvironmentVariableProperty.Builder |
secure(IResolvable secure)
Sets the value of
CfnApp.EnvironmentVariableProperty.getSecure() |
CfnApp.EnvironmentVariableProperty.Builder |
value(String value)
Sets the value of
CfnApp.EnvironmentVariableProperty.getValue() |
@Stability(value=Stable) public CfnApp.EnvironmentVariableProperty.Builder key(String key)
CfnApp.EnvironmentVariableProperty.getKey()key - `CfnApp.EnvironmentVariableProperty.Key`. 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.Builder secure(Boolean secure)
CfnApp.EnvironmentVariableProperty.getSecure()secure - `CfnApp.EnvironmentVariableProperty.Secure`.this@Stability(value=Stable) public CfnApp.EnvironmentVariableProperty.Builder secure(IResolvable secure)
CfnApp.EnvironmentVariableProperty.getSecure()secure - `CfnApp.EnvironmentVariableProperty.Secure`.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.