@Stability(value=Stable) public static final class CfnTopicRule.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule>
CfnTopicRule.| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule |
build() |
static CfnTopicRule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTopicRule.Builder |
ruleName(String ruleName)
The name of the rule.
|
CfnTopicRule.Builder |
tags(List<? extends CfnTag> tags)
Metadata which can be used to manage the topic rule.
|
CfnTopicRule.Builder |
topicRulePayload(CfnTopicRule.TopicRulePayloadProperty topicRulePayload)
The rule payload.
|
CfnTopicRule.Builder |
topicRulePayload(IResolvable topicRulePayload)
The rule payload.
|
@Stability(value=Stable) public static CfnTopicRule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTopicRule.ActionProperty.Builder.@Stability(value=Stable) public CfnTopicRule.Builder topicRulePayload(CfnTopicRule.TopicRulePayloadProperty topicRulePayload)
topicRulePayload - The rule payload. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.Builder topicRulePayload(IResolvable topicRulePayload)
topicRulePayload - The rule payload. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.Builder ruleName(String ruleName)
ruleName - The name of the rule. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.Builder tags(List<? extends CfnTag> tags)
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..."
tags - Metadata which can be used to manage the topic rule. This parameter is required.this@Stability(value=Stable) public CfnTopicRule build()
build in interface software.amazon.jsii.Builder<CfnTopicRule>Copyright © 2022. All rights reserved.