| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentVariable |
EnvironmentVariable.clone() |
EnvironmentVariable |
EnvironmentVariable.withName(String name)
The name or key of the environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withType(EnvironmentVariableType type)
The type of environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withType(String type)
The type of environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withValue(String value)
The value of the environment variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVariable> |
ProjectEnvironment.getEnvironmentVariables()
A set of environment variables to make available to builds for this build project.
|
List<EnvironmentVariable> |
StartBuildRequest.getEnvironmentVariablesOverride()
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
List<EnvironmentVariable> |
StartBuildBatchRequest.getEnvironmentVariablesOverride()
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment |
ProjectEnvironment.withEnvironmentVariables(EnvironmentVariable... environmentVariables)
A set of environment variables to make available to builds for this build project.
|
StartBuildRequest |
StartBuildRequest.withEnvironmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withEnvironmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectEnvironment.setEnvironmentVariables(Collection<EnvironmentVariable> environmentVariables)
A set of environment variables to make available to builds for this build project.
|
void |
StartBuildRequest.setEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
void |
StartBuildBatchRequest.setEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
ProjectEnvironment |
ProjectEnvironment.withEnvironmentVariables(Collection<EnvironmentVariable> environmentVariables)
A set of environment variables to make available to builds for this build project.
|
StartBuildRequest |
StartBuildRequest.withEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withEnvironmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
Copyright © 2025. All rights reserved.