| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnProject.SourceProperty.Jsii$Proxy
An implementation for
CfnProject.SourceProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.SourceProperty |
CfnProject.SourceProperty.Builder.build()
Builds the configured instance.
|
CfnProject.SourceProperty |
SourceConfig.getSourceProperty() |
CfnProject.SourceProperty |
SourceConfig.Jsii$Proxy.getSourceProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
CfnProject.setSource(CfnProject.SourceProperty value)
The source code settings for the project, such as the source code's repository type and location.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.source(CfnProject.SourceProperty source)
Sets the value of
CfnProjectProps.getSource() |
CfnProject.Builder |
CfnProject.Builder.source(CfnProject.SourceProperty source)
The source code settings for the project, such as the source code's repository type and location.
|
SourceConfig.Builder |
SourceConfig.Builder.sourceProperty(CfnProject.SourceProperty sourceProperty)
Sets the value of
SourceConfig.getSourceProperty() |
Copyright © 2022. All rights reserved.