public abstract static class ResultFormat.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract ResultFormat |
build() |
static ResultFormat.Builder |
create() |
abstract ResultFormat.Builder |
executionState(Map<String,Object> executionState) |
abstract ResultFormat.Builder |
fieldsInOrder(LinkedHashSet<String> fieldsInOrder) |
ResultFormat.Builder |
fieldsInOrder(String... fields) |
abstract ResultFormat.Builder |
filename(String filename) |
abstract ResultFormat.Builder |
limit(@Positive Integer limit) |
abstract ResultFormat.Builder |
timerange(AbsoluteRange timeRange) |
public abstract ResultFormat.Builder fieldsInOrder(LinkedHashSet<String> fieldsInOrder)
public ResultFormat.Builder fieldsInOrder(String... fields)
public abstract ResultFormat.Builder limit(@Positive @Nullable @Positive Integer limit)
public abstract ResultFormat.Builder executionState(Map<String,Object> executionState)
public abstract ResultFormat.Builder timerange(@Nullable AbsoluteRange timeRange)
public abstract ResultFormat.Builder filename(@Nullable String filename)
public abstract ResultFormat build()
public static ResultFormat.Builder create()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.