public static final class DeploymentGroupResource.GitHubLocationProperty.Builder extends Object
DeploymentGroupResource.GitHubLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupResource.GitHubLocationProperty |
build()
Builds the configured instance.
|
DeploymentGroupResource.GitHubLocationProperty.Builder |
withCommitId(software.amazon.awscdk.CloudFormationToken value)
Sets the value of CommitId
|
DeploymentGroupResource.GitHubLocationProperty.Builder |
withCommitId(String value)
Sets the value of CommitId
|
DeploymentGroupResource.GitHubLocationProperty.Builder |
withRepository(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Repository
|
DeploymentGroupResource.GitHubLocationProperty.Builder |
withRepository(String value)
Sets the value of Repository
|
public DeploymentGroupResource.GitHubLocationProperty.Builder withCommitId(String value)
value - ``DeploymentGroupResource.GitHubLocationProperty.CommitId``thispublic DeploymentGroupResource.GitHubLocationProperty.Builder withCommitId(software.amazon.awscdk.CloudFormationToken value)
value - ``DeploymentGroupResource.GitHubLocationProperty.CommitId``thispublic DeploymentGroupResource.GitHubLocationProperty.Builder withRepository(String value)
value - ``DeploymentGroupResource.GitHubLocationProperty.Repository``thispublic DeploymentGroupResource.GitHubLocationProperty.Builder withRepository(software.amazon.awscdk.CloudFormationToken value)
value - ``DeploymentGroupResource.GitHubLocationProperty.Repository``thispublic DeploymentGroupResource.GitHubLocationProperty build()
DeploymentGroupResource.GitHubLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.