CopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>, SdkBuilder<TopicRuleListItem.Builder,TopicRuleListItem>public static interface TopicRuleListItem.Builder extends CopyableBuilder<TopicRuleListItem.Builder,TopicRuleListItem>
| Modifier and Type | Method | Description |
|---|---|---|
TopicRuleListItem.Builder |
createdAt(Date createdAt) |
The date and time the rule was created.
|
TopicRuleListItem.Builder |
ruleArn(String ruleArn) |
The rule ARN.
|
TopicRuleListItem.Builder |
ruleDisabled(Boolean ruleDisabled) |
Specifies whether the rule is disabled.
|
TopicRuleListItem.Builder |
ruleName(String ruleName) |
The name of the rule.
|
TopicRuleListItem.Builder |
topicPattern(String topicPattern) |
The pattern for the topic names that apply.
|
copyapply, buildTopicRuleListItem.Builder ruleArn(String ruleArn)
The rule ARN.
ruleArn - The rule ARN.TopicRuleListItem.Builder ruleName(String ruleName)
The name of the rule.
ruleName - The name of the rule.TopicRuleListItem.Builder topicPattern(String topicPattern)
The pattern for the topic names that apply.
topicPattern - The pattern for the topic names that apply.TopicRuleListItem.Builder createdAt(Date createdAt)
The date and time the rule was created.
createdAt - The date and time the rule was created.TopicRuleListItem.Builder ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
ruleDisabled - Specifies whether the rule is disabled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.