public abstract static class MaxmindDataAdapter.Config.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract MaxmindDataAdapter.Config |
build() |
abstract MaxmindDataAdapter.Config.Builder |
checkInterval(long checkInterval) |
abstract MaxmindDataAdapter.Config.Builder |
checkIntervalUnit(TimeUnit checkIntervalUnit) |
abstract MaxmindDataAdapter.Config.Builder |
dbType(DatabaseType dbType) |
abstract MaxmindDataAdapter.Config.Builder |
path(String path) |
abstract MaxmindDataAdapter.Config.Builder |
type(String type) |
public abstract MaxmindDataAdapter.Config.Builder type(String type)
public abstract MaxmindDataAdapter.Config.Builder path(String path)
public abstract MaxmindDataAdapter.Config.Builder dbType(DatabaseType dbType)
public abstract MaxmindDataAdapter.Config.Builder checkInterval(long checkInterval)
public abstract MaxmindDataAdapter.Config.Builder checkIntervalUnit(@Nullable TimeUnit checkIntervalUnit)
public abstract MaxmindDataAdapter.Config build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.