Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.EnvironmentProperty
-
Uses of CfnProject.EnvironmentProperty in software.amazon.awscdk.services.codebuild
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnProject.EnvironmentProperty
Modifier and TypeMethodDescriptionCfnProject.EnvironmentProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnProject.Builder.environment
(CfnProject.EnvironmentProperty environment) The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.CfnProjectProps.Builder.environment
(CfnProject.EnvironmentProperty environment) Sets the value ofCfnProjectProps.getEnvironment()
void
CfnProject.setEnvironment
(CfnProject.EnvironmentProperty value) The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.