Uses of Interface
software.amazon.awssdk.services.iot.model.TopicRuleListItem.Builder
-
Packages that use TopicRuleListItem.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TopicRuleListItem.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return TopicRuleListItem.Builder Modifier and Type Method Description static TopicRuleListItem.BuilderTopicRuleListItem. builder()TopicRuleListItem.BuilderTopicRuleListItem.Builder. createdAt(Instant createdAt)The date and time the rule was created.TopicRuleListItem.BuilderTopicRuleListItem.Builder. ruleArn(String ruleArn)The rule ARN.TopicRuleListItem.BuilderTopicRuleListItem.Builder. ruleDisabled(Boolean ruleDisabled)Specifies whether the rule is disabled.TopicRuleListItem.BuilderTopicRuleListItem.Builder. ruleName(String ruleName)The name of the rule.TopicRuleListItem.BuilderTopicRuleListItem. toBuilder()TopicRuleListItem.BuilderTopicRuleListItem.Builder. topicPattern(String topicPattern)The pattern for the topic names that apply.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TopicRuleListItem.Builder Modifier and Type Method Description static Class<? extends TopicRuleListItem.Builder>TopicRuleListItem. serializableBuilderClass()
-