public static final class CfnAlarmModel.AssetPropertyVariantProperty.Builder
extends java.lang.Object
CfnAlarmModel.AssetPropertyVariantProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
booleanValue(java.lang.String booleanValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getBooleanValue() |
CfnAlarmModel.AssetPropertyVariantProperty |
build()
Builds the configured instance.
|
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
doubleValue(java.lang.String doubleValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getDoubleValue() |
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
integerValue(java.lang.String integerValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getIntegerValue() |
CfnAlarmModel.AssetPropertyVariantProperty.Builder |
stringValue(java.lang.String stringValue)
Sets the value of
CfnAlarmModel.AssetPropertyVariantProperty.getStringValue() |
public CfnAlarmModel.AssetPropertyVariantProperty.Builder booleanValue(java.lang.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
public CfnAlarmModel.AssetPropertyVariantProperty.Builder doubleValue(java.lang.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
public CfnAlarmModel.AssetPropertyVariantProperty.Builder integerValue(java.lang.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
public CfnAlarmModel.AssetPropertyVariantProperty.Builder stringValue(java.lang.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
public CfnAlarmModel.AssetPropertyVariantProperty build()
CfnAlarmModel.AssetPropertyVariantProperty
java.lang.NullPointerException
- if any required attribute was not provided