@Stability(value=Stable) public static final class CfnAlarmModel.AssetPropertyVariantProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAlarmModel.AssetPropertyVariantProperty>
CfnAlarmModel.AssetPropertyVariantProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
booleanValue(String booleanValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getBooleanValue() |
CfnAlarmModel.AssetPropertyVariantProperty |
build()
Builds the configured instance.
|
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
doubleValue(String doubleValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getDoubleValue() |
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
integerValue(String integerValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getIntegerValue() |
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
stringValue(String stringValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getStringValue() |
@Stability(value=Stable) public CfnAlarmModel.AssetPropertyVariantProperty.Builder booleanValue(String booleanValue)
CfnAlarmModel.AssetPropertyVariantProperty.getBooleanValue()booleanValue - The asset property value is a Boolean value that must be `'TRUE'` or `'FALSE'` .
You must use an expression, and the evaluated result should be a Boolean value.this@Stability(value=Stable) public CfnAlarmModel.AssetPropertyVariantProperty.Builder doubleValue(String doubleValue)
CfnAlarmModel.AssetPropertyVariantProperty.getDoubleValue()doubleValue - The asset property value is a double.
You must use an expression, and the evaluated result should be a double.this@Stability(value=Stable) public CfnAlarmModel.AssetPropertyVariantProperty.Builder integerValue(String integerValue)
CfnAlarmModel.AssetPropertyVariantProperty.getIntegerValue()integerValue - The asset property value is an integer.
You must use an expression, and the evaluated result should be an integer.this@Stability(value=Stable) public CfnAlarmModel.AssetPropertyVariantProperty.Builder stringValue(String stringValue)
CfnAlarmModel.AssetPropertyVariantProperty.getStringValue()stringValue - The asset property value is a string.
You must use an expression, and the evaluated result should be a string.this@Stability(value=Stable) public CfnAlarmModel.AssetPropertyVariantProperty build()
build in interface software.amazon.jsii.Builder<CfnAlarmModel.AssetPropertyVariantProperty>CfnAlarmModel.AssetPropertyVariantPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.