Class CfnTopicRulePropsMixin.PutItemInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.PutItemInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin.PutItemInputProperty>
- Enclosing interface:
CfnTopicRulePropsMixin.PutItemInputProperty
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.PutItemInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin.PutItemInputProperty>
A builder for
CfnTopicRulePropsMixin.PutItemInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTopicRulePropsMixin.PutItemInputProperty.getTableName()Sets the value ofCfnTopicRulePropsMixin.PutItemInputProperty.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableName
@Stability(Stable) public CfnTopicRulePropsMixin.PutItemInputProperty.Builder tableName(String tableName) Sets the value ofCfnTopicRulePropsMixin.PutItemInputProperty.getTableName()- Parameters:
tableName- The table where the message data will be written.- Returns:
this
-
tableName
@Stability(Stable) public CfnTopicRulePropsMixin.PutItemInputProperty.Builder tableName(ITableRef tableName) Sets the value ofCfnTopicRulePropsMixin.PutItemInputProperty.getTableName()- Parameters:
tableName- The table where the message data will be written.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRulePropsMixin.PutItemInputProperty>- Returns:
- a new instance of
CfnTopicRulePropsMixin.PutItemInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-