@Stability(value=Experimental) public static final class TaskEnvironmentVariable.Builder extends Object implements software.amazon.jsii.Builder<TaskEnvironmentVariable>
TaskEnvironmentVariable| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TaskEnvironmentVariable |
build()
Builds the configured instance.
|
TaskEnvironmentVariable.Builder |
name(String name)
Sets the value of
TaskEnvironmentVariable.getName() |
TaskEnvironmentVariable.Builder |
value(String value)
Sets the value of
TaskEnvironmentVariable.getValue() |
@Stability(value=Experimental) public TaskEnvironmentVariable.Builder name(String name)
TaskEnvironmentVariable.getName()name - Name for the environment variable. This parameter is required.
Use JsonPath class's static methods to specify name from a JSON path.this@Stability(value=Experimental) public TaskEnvironmentVariable.Builder value(String value)
TaskEnvironmentVariable.getValue()value - Value of the environment variable. This parameter is required.
Use JsonPath class's static methods to specify value from a JSON path.this@Stability(value=Experimental) public TaskEnvironmentVariable build()
build in interface software.amazon.jsii.Builder<TaskEnvironmentVariable>TaskEnvironmentVariableNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.