Class CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin.AssetPropertyVariantProperty>
- Enclosing interface:
CfnTopicRulePropsMixin.AssetPropertyVariantProperty
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin.AssetPropertyVariantProperty>
A builder for
CfnTopicRulePropsMixin.AssetPropertyVariantProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(String booleanValue) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyVariantProperty.getBooleanValue()build()Builds the configured instance.doubleValue(String doubleValue) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyVariantProperty.getDoubleValue()integerValue(String integerValue) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyVariantProperty.getIntegerValue()stringValue(String stringValue) Sets the value ofCfnTopicRulePropsMixin.AssetPropertyVariantProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
booleanValue
@Stability(Stable) public CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder booleanValue(String booleanValue) Sets the value ofCfnTopicRulePropsMixin.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 CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder doubleValue(String doubleValue) Sets the value ofCfnTopicRulePropsMixin.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 CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder integerValue(String integerValue) Sets the value ofCfnTopicRulePropsMixin.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 CfnTopicRulePropsMixin.AssetPropertyVariantProperty.Builder stringValue(String stringValue) Sets the value ofCfnTopicRulePropsMixin.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<CfnTopicRulePropsMixin.AssetPropertyVariantProperty>- Returns:
- a new instance of
CfnTopicRulePropsMixin.AssetPropertyVariantProperty - Throws:
NullPointerException- if any required attribute was not provided
-