Class CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDetectorModelPropsMixin.AssetPropertyVariantProperty>
- Enclosing interface:
CfnDetectorModelPropsMixin.AssetPropertyVariantProperty
@Stability(Stable)
public static final class CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDetectorModelPropsMixin.AssetPropertyVariantProperty>
A builder for
CfnDetectorModelPropsMixin.AssetPropertyVariantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(String booleanValue) build()Builds the configured instance.doubleValue(String doubleValue) Sets the value ofCfnDetectorModelPropsMixin.AssetPropertyVariantProperty.getDoubleValue()integerValue(String integerValue) stringValue(String stringValue) Sets the value ofCfnDetectorModelPropsMixin.AssetPropertyVariantProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
booleanValue
@Stability(Stable) public CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder booleanValue(String booleanValue) - Parameters:
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.- Returns:
this
-
doubleValue
@Stability(Stable) public CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder doubleValue(String doubleValue) Sets the value ofCfnDetectorModelPropsMixin.AssetPropertyVariantProperty.getDoubleValue()- Parameters:
doubleValue- The asset property value is a double. You must use an expression, and the evaluated result should be a double.- Returns:
this
-
integerValue
@Stability(Stable) public CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder integerValue(String integerValue) - Parameters:
integerValue- The asset property value is an integer. You must use an expression, and the evaluated result should be an integer.- Returns:
this
-
stringValue
@Stability(Stable) public CfnDetectorModelPropsMixin.AssetPropertyVariantProperty.Builder stringValue(String stringValue) Sets the value ofCfnDetectorModelPropsMixin.AssetPropertyVariantProperty.getStringValue()- Parameters:
stringValue- The asset property value is a string. You must use an expression, and the evaluated result should be a string.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDetectorModelPropsMixin.AssetPropertyVariantProperty>- Returns:
- a new instance of
CfnDetectorModelPropsMixin.AssetPropertyVariantProperty - Throws:
NullPointerException- if any required attribute was not provided
-