@Stability(value=Stable) public static final class CfnTopicRule.AssetPropertyVariantProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.AssetPropertyVariantProperty>
CfnTopicRule.AssetPropertyVariantProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.AssetPropertyVariantProperty.Builder |
booleanValue(String booleanValue)
Sets the value of
CfnTopicRule.AssetPropertyVariantProperty.getBooleanValue() |
CfnTopicRule.AssetPropertyVariantProperty |
build()
Builds the configured instance.
|
CfnTopicRule.AssetPropertyVariantProperty.Builder |
doubleValue(String doubleValue)
Sets the value of
CfnTopicRule.AssetPropertyVariantProperty.getDoubleValue() |
CfnTopicRule.AssetPropertyVariantProperty.Builder |
integerValue(String integerValue)
Sets the value of
CfnTopicRule.AssetPropertyVariantProperty.getIntegerValue() |
CfnTopicRule.AssetPropertyVariantProperty.Builder |
stringValue(String stringValue)
Sets the value of
CfnTopicRule.AssetPropertyVariantProperty.getStringValue() |
@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder booleanValue(String booleanValue)
CfnTopicRule.AssetPropertyVariantProperty.getBooleanValue()booleanValue - Optional.
A string that contains the boolean value ( true or false ) of the value entry. Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder doubleValue(String doubleValue)
CfnTopicRule.AssetPropertyVariantProperty.getDoubleValue()doubleValue - Optional.
A string that contains the double value of the value entry. Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder integerValue(String integerValue)
CfnTopicRule.AssetPropertyVariantProperty.getIntegerValue()integerValue - Optional.
A string that contains the integer value of the value entry. Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder stringValue(String stringValue)
CfnTopicRule.AssetPropertyVariantProperty.getStringValue()stringValue - Optional.
The string value of the value entry. Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.AssetPropertyVariantProperty>CfnTopicRule.AssetPropertyVariantPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.