public static final class CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder extends Object
CfnDeploymentGroup.AutoRollbackConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.AutoRollbackConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
withEnabled(Boolean value)
Sets the value of Enabled
|
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
withEnabled(software.amazon.awscdk.Token value)
Sets the value of Enabled
|
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
withEvents(List<Object> value)
Sets the value of Events
|
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
withEvents(software.amazon.awscdk.Token value)
Sets the value of Events
|
public CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder withEnabled(@Nullable Boolean value)
value - ``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Enabled``thispublic CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder withEnabled(@Nullable software.amazon.awscdk.Token value)
value - ``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Enabled``thispublic CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder withEvents(@Nullable software.amazon.awscdk.Token value)
value - ``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Events``thispublic CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder withEvents(@Nullable List<Object> value)
value - ``CfnDeploymentGroup.AutoRollbackConfigurationProperty.Events``thispublic CfnDeploymentGroup.AutoRollbackConfigurationProperty build()
CfnDeploymentGroup.AutoRollbackConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.