@Stability(value=Stable) public static final class CfnDeploymentGroup.RevisionLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.RevisionLocationProperty>
CfnDeploymentGroup.RevisionLocationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeploymentGroup.RevisionLocationProperty.Builder gitHubLocation(IResolvable gitHubLocation)
CfnDeploymentGroup.RevisionLocationProperty.getGitHubLocation()gitHubLocation - Information about the location of application artifacts stored in GitHub.this@Stability(value=Stable) public CfnDeploymentGroup.RevisionLocationProperty.Builder gitHubLocation(CfnDeploymentGroup.GitHubLocationProperty gitHubLocation)
CfnDeploymentGroup.RevisionLocationProperty.getGitHubLocation()gitHubLocation - Information about the location of application artifacts stored in GitHub.this@Stability(value=Stable) public CfnDeploymentGroup.RevisionLocationProperty.Builder revisionType(String revisionType)
CfnDeploymentGroup.RevisionLocationProperty.getRevisionType()revisionType - The type of application revision:.
AppSpecContent object that contains the contents of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.this@Stability(value=Stable) public CfnDeploymentGroup.RevisionLocationProperty.Builder s3Location(IResolvable s3Location)
CfnDeploymentGroup.RevisionLocationProperty.getS3Location()s3Location - Information about the location of a revision stored in Amazon S3.this@Stability(value=Stable) public CfnDeploymentGroup.RevisionLocationProperty.Builder s3Location(CfnDeploymentGroup.S3LocationProperty s3Location)
CfnDeploymentGroup.RevisionLocationProperty.getS3Location()s3Location - Information about the location of a revision stored in Amazon S3.this@Stability(value=Stable) public CfnDeploymentGroup.RevisionLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.RevisionLocationProperty>CfnDeploymentGroup.RevisionLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.