public abstract static class RulesChangedEvent.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract RulesChangedEvent |
build() |
RulesChangedEvent.Builder |
deletedRuleId(String id) |
abstract RulesChangedEvent.Builder |
deletedRuleIds(Set<String> ids) |
RulesChangedEvent.Builder |
updatedRuleId(String id) |
abstract RulesChangedEvent.Builder |
updatedRuleIds(Set<String> ids) |
public abstract RulesChangedEvent.Builder deletedRuleIds(Set<String> ids)
public RulesChangedEvent.Builder deletedRuleId(String id)
public abstract RulesChangedEvent.Builder updatedRuleIds(Set<String> ids)
public RulesChangedEvent.Builder updatedRuleId(String id)
public abstract RulesChangedEvent build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.