Class CfnTopicRulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin>
- Enclosing class:
CfnTopicRulePropsMixin
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin>
A fluent builder for
CfnTopicRulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the rule.Metadata which can be used to manage the topic rule.topicRulePayload(CfnTopicRulePropsMixin.TopicRulePayloadProperty topicRulePayload) The rule payload.topicRulePayload(IResolvable topicRulePayload) The rule payload.
-
Method Details
-
create
@Stability(Stable) public static CfnTopicRulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTopicRulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTopicRulePropsMixin.Builder.
-
ruleName
The name of the rule.- Parameters:
ruleName- The name of the rule. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata which can be used to manage the topic rule.For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- Parameters:
tags- Metadata which can be used to manage the topic rule. This parameter is required.- Returns:
this- See Also:
-
topicRulePayload
@Stability(Stable) public CfnTopicRulePropsMixin.Builder topicRulePayload(IResolvable topicRulePayload) The rule payload.- Parameters:
topicRulePayload- The rule payload. This parameter is required.- Returns:
this- See Also:
-
topicRulePayload
@Stability(Stable) public CfnTopicRulePropsMixin.Builder topicRulePayload(CfnTopicRulePropsMixin.TopicRulePayloadProperty topicRulePayload) The rule payload.- Parameters:
topicRulePayload- The rule payload. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRulePropsMixin>- Returns:
- a newly built instance of
CfnTopicRulePropsMixin.
-