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 |
withGitHubLocation(CfnDeploymentGroup.GitHubLocationProperty value)
Sets the value of GitHubLocation
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
withGitHubLocation(software.amazon.awscdk.Token value)
Sets the value of GitHubLocation
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
withRevisionType(String value)
Sets the value of RevisionType
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
withS3Location(CfnDeploymentGroup.S3LocationProperty value)
Sets the value of S3Location
|
CfnDeploymentGroup.RevisionLocationProperty.Builder |
withS3Location(software.amazon.awscdk.Token value)
Sets the value of S3Location
|
public CfnDeploymentGroup.RevisionLocationProperty.Builder withGitHubLocation(@Nullable software.amazon.awscdk.Token value)
value - ``CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation``thispublic CfnDeploymentGroup.RevisionLocationProperty.Builder withGitHubLocation(@Nullable CfnDeploymentGroup.GitHubLocationProperty value)
value - ``CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation``thispublic CfnDeploymentGroup.RevisionLocationProperty.Builder withRevisionType(@Nullable String value)
value - ``CfnDeploymentGroup.RevisionLocationProperty.RevisionType``thispublic CfnDeploymentGroup.RevisionLocationProperty.Builder withS3Location(@Nullable software.amazon.awscdk.Token value)
value - ``CfnDeploymentGroup.RevisionLocationProperty.S3Location``thispublic CfnDeploymentGroup.RevisionLocationProperty.Builder withS3Location(@Nullable CfnDeploymentGroup.S3LocationProperty value)
value - ``CfnDeploymentGroup.RevisionLocationProperty.S3Location``thispublic CfnDeploymentGroup.RevisionLocationProperty build()
CfnDeploymentGroup.RevisionLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.