Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.SourceProperty
Packages that use CfnProject.SourceProperty
-
Uses of CfnProject.SourceProperty in software.amazon.awscdk.services.codebuild
Classes in software.amazon.awscdk.services.codebuild that implement CfnProject.SourcePropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnProject.SourceProperty
Methods in software.amazon.awscdk.services.codebuild that return CfnProject.SourcePropertyModifier and TypeMethodDescriptionCfnProject.SourceProperty.Builder.build()
Builds the configured instance.SourceConfig.getSourceProperty()
SourceConfig.Jsii$Proxy.getSourceProperty()
Methods in software.amazon.awscdk.services.codebuild with parameters of type CfnProject.SourcePropertyModifier and TypeMethodDescriptionvoid
CfnProject.setSource
(CfnProject.SourceProperty value) The source code settings for the project, such as the source code's repository type and location.CfnProject.Builder.source
(CfnProject.SourceProperty source) The source code settings for the project, such as the source code's repository type and location.CfnProjectProps.Builder.source
(CfnProject.SourceProperty source) Sets the value ofCfnProjectProps.getSource()
SourceConfig.Builder.sourceProperty
(CfnProject.SourceProperty sourceProperty) Sets the value ofSourceConfig.getSourceProperty()