@Stability(value=Experimental) 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.IResolvable 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.IResolvable value)
Sets the value of Revision
|
@Stability(value=Experimental) public CfnDeploymentGroup.DeploymentProperty.Builder withRevision(software.amazon.awscdk.IResolvable value)
value - `CfnDeploymentGroup.DeploymentProperty.Revision`.this@Stability(value=Experimental) public CfnDeploymentGroup.DeploymentProperty.Builder withRevision(CfnDeploymentGroup.RevisionLocationProperty value)
value - `CfnDeploymentGroup.DeploymentProperty.Revision`.this@Stability(value=Experimental) public CfnDeploymentGroup.DeploymentProperty.Builder withDescription(@Nullable String value)
value - `CfnDeploymentGroup.DeploymentProperty.Description`.this@Stability(value=Experimental) public CfnDeploymentGroup.DeploymentProperty.Builder withIgnoreApplicationStopFailures(@Nullable Boolean value)
value - `CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures`.this@Stability(value=Experimental) public CfnDeploymentGroup.DeploymentProperty.Builder withIgnoreApplicationStopFailures(@Nullable software.amazon.awscdk.IResolvable value)
value - `CfnDeploymentGroup.DeploymentProperty.IgnoreApplicationStopFailures`.this@Stability(value=Experimental) public CfnDeploymentGroup.DeploymentProperty build()
CfnDeploymentGroup.DeploymentPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.