| 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)
`AWS::CodeBuild::Project.Source`.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.source(CfnProject.SourceProperty source)
Sets the value of
CfnProjectProps.getSource() |
CfnProject.Builder |
CfnProject.Builder.source(CfnProject.SourceProperty source)
`AWS::CodeBuild::Project.Source`.
|
SourceConfig.Builder |
SourceConfig.Builder.sourceProperty(CfnProject.SourceProperty sourceProperty)
Sets the value of
SourceConfig.getSourceProperty() |
| Constructor and Description |
|---|
Jsii$Proxy(CfnProject.SourceProperty sourceProperty,
CfnProject.ProjectTriggersProperty buildTriggers,
String sourceVersion)
Constructor that initializes the object based on literal property values passed by the
SourceConfig.Builder. |
Copyright © 2021. All rights reserved.