@Stability(value=External) public static final class CfnDeploymentGroup.RevisionLocationProperty.Builder extends Object
CfnDeploymentGroup.RevisionLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.RevisionLocationProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
gitHubLocation(CfnDeploymentGroup.GitHubLocationProperty gitHubLocation)
Sets the value of GitHubLocation
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
gitHubLocation(software.amazon.awscdk.core.IResolvable gitHubLocation)
Sets the value of GitHubLocation
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
revisionType(String revisionType)
Sets the value of RevisionType
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
s3Location(CfnDeploymentGroup.S3LocationProperty s3Location)
Sets the value of S3Location
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
s3Location(software.amazon.awscdk.core.IResolvable s3Location)
Sets the value of S3Location
|
@Stability(value=External) public CfnDeploymentGroup.RevisionLocationProperty.Builder gitHubLocation(software.amazon.awscdk.core.IResolvable gitHubLocation)
gitHubLocation - `CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation`.this@Stability(value=External) public CfnDeploymentGroup.RevisionLocationProperty.Builder gitHubLocation(CfnDeploymentGroup.GitHubLocationProperty gitHubLocation)
gitHubLocation - `CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation`.this@Stability(value=External) public CfnDeploymentGroup.RevisionLocationProperty.Builder revisionType(String revisionType)
revisionType - `CfnDeploymentGroup.RevisionLocationProperty.RevisionType`.this@Stability(value=External) public CfnDeploymentGroup.RevisionLocationProperty.Builder s3Location(software.amazon.awscdk.core.IResolvable s3Location)
s3Location - `CfnDeploymentGroup.RevisionLocationProperty.S3Location`.this@Stability(value=External) public CfnDeploymentGroup.RevisionLocationProperty.Builder s3Location(CfnDeploymentGroup.S3LocationProperty s3Location)
s3Location - `CfnDeploymentGroup.RevisionLocationProperty.S3Location`.this@Stability(value=External) public CfnDeploymentGroup.RevisionLocationProperty build()
CfnDeploymentGroup.RevisionLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.