public static final class CfnDeploymentGroup.DeploymentProperty.Builder extends Object
CfnDeploymentGroup.DeploymentProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.DeploymentProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.DeploymentProperty.Builder |
withDescription(String value)
Sets the value of Description
|
CfnDeploymentGroup.DeploymentProperty.Builder |
withIgnoreApplicationStopFailures(Boolean value)
Sets the value of IgnoreApplicationStopFailures
|
CfnDeploymentGroup.DeploymentProperty.Builder |
withIgnoreApplicationStopFailures(software.amazon.awscdk.Token value)
Sets the value of IgnoreApplicationStopFailures
|
CfnDeploymentGroup.DeploymentProperty.Builder |
withRevision(CfnDeploymentGroup.RevisionLocationProperty value)
Sets the value of Revision
|
CfnDeploymentGroup.DeploymentProperty.Builder |
withRevision(software.amazon.awscdk.Token value)
Sets the value of Revision
|
public CfnDeploymentGroup.DeploymentProperty.Builder withRevision(software.amazon.awscdk.Token value)
value - ``CfnDeploymentGroup.DeploymentProperty.Revision``thispublic CfnDeploymentGroup.DeploymentProperty.Builder withRevision(CfnDeploymentGroup.RevisionLocationProperty value)
value - ``CfnDeploymentGroup.DeploymentProperty.Revision``thispublic CfnDeploymentGroup.DeploymentProperty.Builder withDescription(@Nullable String value)
value - ``CfnDeploymentGroup.DeploymentProperty.Description``thispublic CfnDeploymentGroup.DeploymentProperty.Builder withIgnoreApplicationStopFailures(@Nullable Boolean value)
value - ``CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures``thispublic CfnDeploymentGroup.DeploymentProperty.Builder withIgnoreApplicationStopFailures(@Nullable software.amazon.awscdk.Token value)
value - ``CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures``thispublic CfnDeploymentGroup.DeploymentProperty build()
CfnDeploymentGroup.DeploymentPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.