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