@Stability(value=Stable) public static final class CfnAlarmModel.SimpleRuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAlarmModel.SimpleRuleProperty>
CfnAlarmModel.SimpleRuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAlarmModel.SimpleRuleProperty |
build()
Builds the configured instance.
|
CfnAlarmModel.SimpleRuleProperty.Builder |
comparisonOperator(String comparisonOperator)
Sets the value of
CfnAlarmModel.SimpleRuleProperty.getComparisonOperator() |
CfnAlarmModel.SimpleRuleProperty.Builder |
inputProperty(String inputProperty)
Sets the value of
CfnAlarmModel.SimpleRuleProperty.getInputProperty() |
CfnAlarmModel.SimpleRuleProperty.Builder |
threshold(String threshold)
Sets the value of
CfnAlarmModel.SimpleRuleProperty.getThreshold() |
@Stability(value=Stable) public CfnAlarmModel.SimpleRuleProperty.Builder comparisonOperator(String comparisonOperator)
CfnAlarmModel.SimpleRuleProperty.getComparisonOperator()comparisonOperator - The comparison operator. This parameter is required.this@Stability(value=Stable) public CfnAlarmModel.SimpleRuleProperty.Builder inputProperty(String inputProperty)
CfnAlarmModel.SimpleRuleProperty.getInputProperty()inputProperty - The value on the left side of the comparison operator. This parameter is required.
You can specify an AWS IoT Events input attribute as an input property.this@Stability(value=Stable) public CfnAlarmModel.SimpleRuleProperty.Builder threshold(String threshold)
CfnAlarmModel.SimpleRuleProperty.getThreshold()threshold - The value on the right side of the comparison operator. This parameter is required.
You can enter a number or specify an AWS IoT Events input attribute.this@Stability(value=Stable) public CfnAlarmModel.SimpleRuleProperty build()
build in interface software.amazon.jsii.Builder<CfnAlarmModel.SimpleRuleProperty>CfnAlarmModel.SimpleRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.