@Stability(value=Stable) public static final class CfnDeploymentGroup.GitHubLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.GitHubLocationProperty>
CfnDeploymentGroup.GitHubLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.GitHubLocationProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.GitHubLocationProperty.Builder |
commitId(String commitId)
Sets the value of
CfnDeploymentGroup.GitHubLocationProperty.getCommitId() |
CfnDeploymentGroup.GitHubLocationProperty.Builder |
repository(String repository)
Sets the value of
CfnDeploymentGroup.GitHubLocationProperty.getRepository() |
@Stability(value=Stable) public CfnDeploymentGroup.GitHubLocationProperty.Builder commitId(String commitId)
CfnDeploymentGroup.GitHubLocationProperty.getCommitId()commitId - The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.GitHubLocationProperty.Builder repository(String repository)
CfnDeploymentGroup.GitHubLocationProperty.getRepository()repository - The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision. This parameter is required.
Specify the value as account/repository .this@Stability(value=Stable) public CfnDeploymentGroup.GitHubLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.GitHubLocationProperty>CfnDeploymentGroup.GitHubLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.