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