Class DatabaseConfigurationFullBuilders
java.lang.Object
co.elastic.clients.elasticsearch.ingest.DatabaseConfigurationFullBuilders
Builders for
DatabaseConfigurationFull variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic Ipinfo.Builderipinfo()Creates a builder for theipinfoDatabaseConfigurationFullvariant.static DatabaseConfigurationFullCreates a DatabaseConfigurationFull of theipinfoDatabaseConfigurationFullvariant.static Local.Builderlocal()Creates a builder for thelocalDatabaseConfigurationFullvariant.static DatabaseConfigurationFullCreates a DatabaseConfigurationFull of thelocalDatabaseConfigurationFullvariant.static Maxmind.Buildermaxmind()Creates a builder for themaxmindDatabaseConfigurationFullvariant.static DatabaseConfigurationFullCreates a DatabaseConfigurationFull of themaxmindDatabaseConfigurationFullvariant.static Web.Builderweb()Creates a builder for thewebDatabaseConfigurationFullvariant.static DatabaseConfigurationFullweb(Function<Web.Builder, ObjectBuilder<Web>> fn) Creates a DatabaseConfigurationFull of thewebDatabaseConfigurationFullvariant.
-
Method Details
-
web
Creates a builder for thewebDatabaseConfigurationFullvariant. -
web
Creates a DatabaseConfigurationFull of thewebDatabaseConfigurationFullvariant. -
local
Creates a builder for thelocalDatabaseConfigurationFullvariant. -
local
Creates a DatabaseConfigurationFull of thelocalDatabaseConfigurationFullvariant. -
maxmind
Creates a builder for themaxmindDatabaseConfigurationFullvariant. -
maxmind
public static DatabaseConfigurationFull maxmind(Function<Maxmind.Builder, ObjectBuilder<Maxmind>> fn) Creates a DatabaseConfigurationFull of themaxmindDatabaseConfigurationFullvariant. -
ipinfo
Creates a builder for theipinfoDatabaseConfigurationFullvariant. -
ipinfo
Creates a DatabaseConfigurationFull of theipinfoDatabaseConfigurationFullvariant.
-