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