Class CfnTopicRulePropsMixin.TimestreamDimensionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.TimestreamDimensionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin.TimestreamDimensionProperty>
- Enclosing interface:
CfnTopicRulePropsMixin.TimestreamDimensionProperty
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.TimestreamDimensionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin.TimestreamDimensionProperty>
A builder for
CfnTopicRulePropsMixin.TimestreamDimensionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTopicRulePropsMixin.TimestreamDimensionProperty.getName()Sets the value ofCfnTopicRulePropsMixin.TimestreamDimensionProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnTopicRulePropsMixin.TimestreamDimensionProperty.Builder name(String name) Sets the value ofCfnTopicRulePropsMixin.TimestreamDimensionProperty.getName()- Parameters:
name- The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.- Returns:
this
-
value
@Stability(Stable) public CfnTopicRulePropsMixin.TimestreamDimensionProperty.Builder value(String value) Sets the value ofCfnTopicRulePropsMixin.TimestreamDimensionProperty.getValue()- Parameters:
value- The value to write in this column of the database record.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRulePropsMixin.TimestreamDimensionProperty>- Returns:
- a new instance of
CfnTopicRulePropsMixin.TimestreamDimensionProperty - Throws:
NullPointerException- if any required attribute was not provided
-