| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVariable> |
ProjectEnvironment.environmentVariables()
A set of environment variables to make available to builds for this build project.
|
List<EnvironmentVariable> |
StartBuildBatchRequest.environmentVariablesOverride()
An array of
EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project. |
List<EnvironmentVariable> |
StartBuildRequest.environmentVariablesOverride()
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.environmentVariables(EnvironmentVariable... environmentVariables)
A set of environment variables to make available to builds for this build project.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.environmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables
defined in the batch build project. |
StartBuildRequest.Builder |
StartBuildRequest.Builder.environmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the
build project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.environmentVariables(Collection<EnvironmentVariable> environmentVariables)
A set of environment variables to make available to builds for this build project.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.environmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
An array of
EnvironmentVariable objects that override, or add to, the environment variables
defined in the batch build project. |
StartBuildRequest.Builder |
StartBuildRequest.Builder.environmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)
A set of environment variables that overrides, for this build only, the latest ones already defined in the
build project.
|
Copyright © 2023. All rights reserved.