public abstract static class ErrorStatesRequest.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract ErrorStatesRequest |
build() |
abstract ErrorStatesRequest.Builder |
caches(Set<String> caches) |
abstract ErrorStatesRequest.Builder |
dataAdapters(Set<String> dataAdapters) |
abstract ErrorStatesRequest.Builder |
tables(Set<String> tables) |
public abstract ErrorStatesRequest.Builder tables(@Nullable Set<String> tables)
public abstract ErrorStatesRequest.Builder dataAdapters(@Nullable Set<String> dataAdapters)
public abstract ErrorStatesRequest.Builder caches(@Nullable Set<String> caches)
public abstract ErrorStatesRequest build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.