Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.VpcConfigProperty
-
Uses of CfnProject.VpcConfigProperty in software.amazon.awscdk.services.codebuild
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnProject.VpcConfigProperty
Modifier and TypeMethodDescriptionCfnProject.VpcConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnProject.setVpcConfig
(CfnProject.VpcConfigProperty value) VpcConfig
specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.CfnProject.Builder.vpcConfig
(CfnProject.VpcConfigProperty vpcConfig) VpcConfig
specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.CfnProjectProps.Builder.vpcConfig
(CfnProject.VpcConfigProperty vpcConfig) Sets the value ofCfnProjectProps.getVpcConfig()