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