@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
- `CfnTopicRule.AssetPropertyVariantProperty.BooleanValue`.this
@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder doubleValue(String doubleValue)
CfnTopicRule.AssetPropertyVariantProperty.getDoubleValue()
doubleValue
- `CfnTopicRule.AssetPropertyVariantProperty.DoubleValue`.this
@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder integerValue(String integerValue)
CfnTopicRule.AssetPropertyVariantProperty.getIntegerValue()
integerValue
- `CfnTopicRule.AssetPropertyVariantProperty.IntegerValue`.this
@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty.Builder stringValue(String stringValue)
CfnTopicRule.AssetPropertyVariantProperty.getStringValue()
stringValue
- `CfnTopicRule.AssetPropertyVariantProperty.StringValue`.this
@Stability(value=Stable) public CfnTopicRule.AssetPropertyVariantProperty build()
build
in interface software.amazon.jsii.Builder<CfnTopicRule.AssetPropertyVariantProperty>
CfnTopicRule.AssetPropertyVariantProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.