@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:28.431Z") @Stability(value=Stable) public interface TaskEnvironmentVariable extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TaskEnvironmentVariable.Builder
A builder for
TaskEnvironmentVariable |
static class |
TaskEnvironmentVariable.Jsii$Proxy
An implementation for
TaskEnvironmentVariable |
| Modifier and Type | Method and Description |
|---|---|
static TaskEnvironmentVariable.Builder |
builder() |
String |
getName()
Name for the environment variable.
|
String |
getValue()
Value of the environment variable.
|
@Stability(value=Stable) @NotNull String getName()
Exactly one of name and namePath must be specified.
@Stability(value=Stable) @NotNull String getValue()
Exactly one of value and valuePath must be specified.
@Stability(value=Stable) static TaskEnvironmentVariable.Builder builder()
TaskEnvironmentVariable.Builder of TaskEnvironmentVariableCopyright © 2020. All rights reserved.