@Stability(value=Stable)
public static interface CfnProject.SourceProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
SourceProperty sourceProperty = SourceProperty.builder()
.type("type")
// the properties below are optional
.auth(SourceAuthProperty.builder()
.type("type")
// the properties below are optional
.resource("resource")
.build())
.buildSpec("buildSpec")
.buildStatusConfig(BuildStatusConfigProperty.builder()
.context("context")
.targetUrl("targetUrl")
.build())
.gitCloneDepth(123)
.gitSubmodulesConfig(GitSubmodulesConfigProperty.builder()
.fetchSubmodules(false)
.build())
.insecureSsl(false)
.location("location")
.reportBuildStatus(false)
.sourceIdentifier("sourceIdentifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.SourceProperty.Builder
A builder for
CfnProject.SourceProperty |
static class |
CfnProject.SourceProperty.Jsii$Proxy
An implementation for
CfnProject.SourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.SourceProperty.Builder |
builder() |
default Object |
getAuth()
`CfnProject.SourceProperty.Auth`.
|
default String |
getBuildSpec()
`CfnProject.SourceProperty.BuildSpec`.
|
default Object |
getBuildStatusConfig()
`CfnProject.SourceProperty.BuildStatusConfig`.
|
default Number |
getGitCloneDepth()
`CfnProject.SourceProperty.GitCloneDepth`.
|
default Object |
getGitSubmodulesConfig()
`CfnProject.SourceProperty.GitSubmodulesConfig`.
|
default Object |
getInsecureSsl()
`CfnProject.SourceProperty.InsecureSsl`.
|
default String |
getLocation()
`CfnProject.SourceProperty.Location`.
|
default Object |
getReportBuildStatus()
`CfnProject.SourceProperty.ReportBuildStatus`.
|
default String |
getSourceIdentifier()
`CfnProject.SourceProperty.SourceIdentifier`.
|
String |
getType()
`CfnProject.SourceProperty.Type`.
|
@Stability(value=Stable) @Nullable default Object getAuth()
@Stability(value=Stable) @Nullable default String getBuildSpec()
@Stability(value=Stable) @Nullable default Object getBuildStatusConfig()
@Stability(value=Stable) @Nullable default Number getGitCloneDepth()
@Stability(value=Stable) @Nullable default Object getGitSubmodulesConfig()
@Stability(value=Stable) @Nullable default Object getInsecureSsl()
@Stability(value=Stable) @Nullable default String getLocation()
@Stability(value=Stable) @Nullable default Object getReportBuildStatus()
@Stability(value=Stable) @Nullable default String getSourceIdentifier()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnProject.SourceProperty.Builder builder()
CfnProject.SourceProperty.Builder of CfnProject.SourcePropertyCopyright © 2021. All rights reserved.