@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.388Z") public interface BuildEnvironmentVariable extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildEnvironmentVariable.Builder
A builder for
BuildEnvironmentVariable |
static class |
BuildEnvironmentVariable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildEnvironmentVariable.Builder |
builder() |
BuildEnvironmentVariableType |
getType()
The type of environment variable.
|
Object |
getValue()
The value of the environment variable (or the name of the parameter in
the SSM parameter store.)
|
void |
setType(BuildEnvironmentVariableType value)
The type of environment variable.
|
void |
setValue(Object value)
The value of the environment variable (or the name of the parameter in
the SSM parameter store.)
|
BuildEnvironmentVariableType getType()
void setType(BuildEnvironmentVariableType value)
Object getValue()
void setValue(Object value)
static BuildEnvironmentVariable.Builder builder()
BuildEnvironmentVariable.Builder of BuildEnvironmentVariableCopyright © 2018. All rights reserved.