public abstract static class GeoIpResolverConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract GeoIpResolverConfig |
build() |
abstract GeoIpResolverConfig.Builder |
dbPath(String dbPath) |
abstract GeoIpResolverConfig.Builder |
dbType(DatabaseType dbType) |
abstract GeoIpResolverConfig.Builder |
enabled(boolean enabled) |
public abstract GeoIpResolverConfig.Builder enabled(boolean enabled)
public abstract GeoIpResolverConfig.Builder dbType(DatabaseType dbType)
public abstract GeoIpResolverConfig.Builder dbPath(String dbPath)
public abstract GeoIpResolverConfig build()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.