| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironmentVariableType |
BuildEnvironmentVariable.getType()
The type of environment variable.
|
BuildEnvironmentVariableType |
BuildEnvironmentVariable.Jsii$Proxy.getType()
The type of environment variable.
|
static BuildEnvironmentVariableType |
BuildEnvironmentVariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildEnvironmentVariableType[] |
BuildEnvironmentVariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildEnvironmentVariable.setType(BuildEnvironmentVariableType value)
The type of environment variable.
|
void |
BuildEnvironmentVariable.Jsii$Proxy.setType(BuildEnvironmentVariableType value)
The type of environment variable.
|
BuildEnvironmentVariable.Builder |
BuildEnvironmentVariable.Builder.withType(BuildEnvironmentVariableType value)
Sets the value of Type
|
Copyright © 2018. All rights reserved.