| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default BuildEnvironmentVariableType |
BuildEnvironmentVariable.getType()
The type of environment variable.
|
BuildEnvironmentVariableType |
BuildEnvironmentVariable.Jsii$Proxy.getType() |
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 |
|---|---|
BuildEnvironmentVariable.Builder |
BuildEnvironmentVariable.Builder.type(BuildEnvironmentVariableType type)
Sets the value of
BuildEnvironmentVariable.getType() |
Copyright © 2022. All rights reserved.