public abstract static class HTTPJSONPathDataAdapter.Config.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract HTTPJSONPathDataAdapter.Config |
build() |
abstract HTTPJSONPathDataAdapter.Config.Builder |
headers(Map<String,String> headers) |
abstract HTTPJSONPathDataAdapter.Config.Builder |
multiValueJSONPath(String multiValueJSONPath) |
abstract HTTPJSONPathDataAdapter.Config.Builder |
singleValueJSONPath(String singleValueJSONPath) |
abstract HTTPJSONPathDataAdapter.Config.Builder |
type(String type) |
abstract HTTPJSONPathDataAdapter.Config.Builder |
url(String url) |
abstract HTTPJSONPathDataAdapter.Config.Builder |
userAgent(String userAgent) |
public abstract HTTPJSONPathDataAdapter.Config.Builder type(String type)
public abstract HTTPJSONPathDataAdapter.Config.Builder url(String url)
public abstract HTTPJSONPathDataAdapter.Config.Builder singleValueJSONPath(String singleValueJSONPath)
public abstract HTTPJSONPathDataAdapter.Config.Builder multiValueJSONPath(String multiValueJSONPath)
public abstract HTTPJSONPathDataAdapter.Config.Builder userAgent(String userAgent)
public abstract HTTPJSONPathDataAdapter.Config.Builder headers(Map<String,String> headers)
public abstract HTTPJSONPathDataAdapter.Config build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.