Uses of Class
software.amazon.awssdk.services.codebuild.model.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of EnvironmentVariable in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type EnvironmentVariable Modifier and Type Method 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 ofEnvironmentVariableobjects 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.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type EnvironmentVariable Modifier and Type Method Description ProjectEnvironment.BuilderProjectEnvironment.Builder. environmentVariables(EnvironmentVariable... environmentVariables)A set of environment variables to make available to builds for this build project.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. environmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)An array ofEnvironmentVariableobjects that override, or add to, the environment variables defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. environmentVariablesOverride(EnvironmentVariable... environmentVariablesOverride)A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type EnvironmentVariable Modifier and Type Method Description ProjectEnvironment.BuilderProjectEnvironment.Builder. environmentVariables(Collection<EnvironmentVariable> environmentVariables)A set of environment variables to make available to builds for this build project.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. environmentVariablesOverride(Collection<EnvironmentVariable> environmentVariablesOverride)An array ofEnvironmentVariableobjects that override, or add to, the environment variables defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.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.
-