@Stability(value=Stable) public static final class CfnBranch.EnvironmentVariableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBranch.EnvironmentVariableProperty>
CfnBranch.EnvironmentVariableProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBranch.EnvironmentVariableProperty |
build()
Builds the configured instance.
|
CfnBranch.EnvironmentVariableProperty.Builder |
name(String name)
Sets the value of
CfnBranch.EnvironmentVariableProperty.getName() |
CfnBranch.EnvironmentVariableProperty.Builder |
value(String value)
Sets the value of
CfnBranch.EnvironmentVariableProperty.getValue() |
@Stability(value=Stable) public CfnBranch.EnvironmentVariableProperty.Builder name(String name)
CfnBranch.EnvironmentVariableProperty.getName()name - The environment variable name. This parameter is required.
Length Constraints: Maximum length of 255.
Pattern: (?s).*
this@Stability(value=Stable) public CfnBranch.EnvironmentVariableProperty.Builder value(String value)
CfnBranch.EnvironmentVariableProperty.getValue()value - The environment variable value. This parameter is required.
Length Constraints: Maximum length of 5500.
Pattern: (?s).*
this@Stability(value=Stable) public CfnBranch.EnvironmentVariableProperty build()
build in interface software.amazon.jsii.Builder<CfnBranch.EnvironmentVariableProperty>CfnBranch.EnvironmentVariablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.