| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ExportedEnvironmentVariable |
ExportedEnvironmentVariable.clone() |
ExportedEnvironmentVariable |
ExportedEnvironmentVariable.withName(String name)
The name of the exported environment variable.
|
ExportedEnvironmentVariable |
ExportedEnvironmentVariable.withValue(String value)
The value assigned to the exported environment variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportedEnvironmentVariable> |
Build.getExportedEnvironmentVariables()
A list of exported environment variables for this build.
|
| Modifier and Type | Method and Description |
|---|---|
Build |
Build.withExportedEnvironmentVariables(ExportedEnvironmentVariable... exportedEnvironmentVariables)
A list of exported environment variables for this build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Build.setExportedEnvironmentVariables(Collection<ExportedEnvironmentVariable> exportedEnvironmentVariables)
A list of exported environment variables for this build.
|
Build |
Build.withExportedEnvironmentVariables(Collection<ExportedEnvironmentVariable> exportedEnvironmentVariables)
A list of exported environment variables for this build.
|
Copyright © 2021. All rights reserved.