Class CfnTopicRule.AssetPropertyVariantProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iot.CfnTopicRule.AssetPropertyVariantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRule.AssetPropertyVariantProperty>
- Enclosing interface:
CfnTopicRule.AssetPropertyVariantProperty
@Stability(Stable)
public static final class CfnTopicRule.AssetPropertyVariantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRule.AssetPropertyVariantProperty>
A builder for
CfnTopicRule.AssetPropertyVariantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(String booleanValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getBooleanValue()build()Builds the configured instance.doubleValue(String doubleValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getDoubleValue()integerValue(String integerValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getIntegerValue()stringValue(String stringValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
booleanValue
@Stability(Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder booleanValue(String booleanValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getBooleanValue()- Parameters:
booleanValue- Optional. A string that contains the boolean value (trueorfalse) of the value entry. Accepts substitution templates.- Returns:
this
-
doubleValue
@Stability(Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder doubleValue(String doubleValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getDoubleValue()- Parameters:
doubleValue- Optional. A string that contains the double value of the value entry. Accepts substitution templates.- Returns:
this
-
integerValue
@Stability(Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder integerValue(String integerValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getIntegerValue()- Parameters:
integerValue- Optional. A string that contains the integer value of the value entry. Accepts substitution templates.- Returns:
this
-
stringValue
@Stability(Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder stringValue(String stringValue) Sets the value ofCfnTopicRule.AssetPropertyVariantProperty.getStringValue()- Parameters:
stringValue- Optional. The string value of the value entry. Accepts substitution templates.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRule.AssetPropertyVariantProperty>- Returns:
- a new instance of
CfnTopicRule.AssetPropertyVariantProperty - Throws:
NullPointerException- if any required attribute was not provided
-