Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.SourceProperty
-
Uses of CfnProject.SourceProperty in software.amazon.awscdk.services.codebuild
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnProject.SourceProperty
Modifier and TypeMethodDescriptionCfnProject.SourceProperty.Builder.build()
Builds the configured instance.SourceConfig.getSourceProperty()
SourceConfig.Jsii$Proxy.getSourceProperty()
Modifier 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()