@Stability(value=Experimental) public static final class SourceConfig.Builder extends Object implements software.amazon.jsii.Builder<SourceConfig>
SourceConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SourceConfig |
build()
Builds the configured instance.
|
SourceConfig.Builder |
buildTriggers(CfnProject.ProjectTriggersProperty buildTriggers)
Sets the value of
SourceConfig.getBuildTriggers() |
SourceConfig.Builder |
sourceProperty(CfnProject.SourceProperty sourceProperty)
Sets the value of
SourceConfig.getSourceProperty() |
SourceConfig.Builder |
sourceVersion(String sourceVersion)
Sets the value of
SourceConfig.getSourceVersion() |
@Stability(value=Experimental) public SourceConfig.Builder sourceProperty(CfnProject.SourceProperty sourceProperty)
SourceConfig.getSourceProperty()sourceProperty - the value to be set. This parameter is required.this@Stability(value=Experimental) public SourceConfig.Builder buildTriggers(CfnProject.ProjectTriggersProperty buildTriggers)
SourceConfig.getBuildTriggers()buildTriggers - the value to be set.this@Stability(value=Experimental) public SourceConfig.Builder sourceVersion(String sourceVersion)
SourceConfig.getSourceVersion()sourceVersion - `AWS::CodeBuild::Project.SourceVersion`.this@Stability(value=Experimental) public SourceConfig build()
build in interface software.amazon.jsii.Builder<SourceConfig>SourceConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.