@Stability(value=Stable) public static final class CfnTopicRuleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRuleProps>
CfnTopicRuleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRuleProps |
build()
Builds the configured instance.
|
CfnTopicRuleProps.Builder |
ruleName(String ruleName)
Sets the value of
CfnTopicRuleProps.getRuleName() |
CfnTopicRuleProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnTopicRuleProps.getTags() |
CfnTopicRuleProps.Builder |
topicRulePayload(CfnTopicRule.TopicRulePayloadProperty topicRulePayload)
Sets the value of
CfnTopicRuleProps.getTopicRulePayload() |
CfnTopicRuleProps.Builder |
topicRulePayload(IResolvable topicRulePayload)
Sets the value of
CfnTopicRuleProps.getTopicRulePayload() |
@Stability(value=Stable) public CfnTopicRuleProps.Builder topicRulePayload(CfnTopicRule.TopicRulePayloadProperty topicRulePayload)
CfnTopicRuleProps.getTopicRulePayload()topicRulePayload - The rule payload. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleProps.Builder topicRulePayload(IResolvable topicRulePayload)
CfnTopicRuleProps.getTopicRulePayload()topicRulePayload - The rule payload. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleProps.Builder ruleName(String ruleName)
CfnTopicRuleProps.getRuleName()ruleName - The name of the rule.this@Stability(value=Stable) public CfnTopicRuleProps.Builder tags(List<? extends CfnTag> tags)
CfnTopicRuleProps.getTags()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..."
this@Stability(value=Stable) public CfnTopicRuleProps build()
build in interface software.amazon.jsii.Builder<CfnTopicRuleProps>CfnTopicRulePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.