Class DeleteGeoipDatabaseRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.DeleteGeoipDatabaseRequest
Delete GeoIP database configurations.
Delete one or more IP geolocation database configurations.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "ingest.delete_geoip_database
". -
Method Summary
Modifier and TypeMethodDescriptionid()
Required - A comma-separated list of geoip database configurations to deletefinal Time
The period to wait for a connection to the master node.static DeleteGeoipDatabaseRequest
final Time
timeout()
The period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteGeoipDatabaseRequest,DeleteGeoipDatabaseResponse, _ENDPOINTErrorResponse> Endpoint "ingest.delete_geoip_database
".
-
-
Method Details
-
of
public static DeleteGeoipDatabaseRequest of(Function<DeleteGeoipDatabaseRequest.Builder, ObjectBuilder<DeleteGeoipDatabaseRequest>> fn) -
id
Required - A comma-separated list of geoip database configurations to deleteAPI name:
id
-
masterTimeout
The period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout
-
timeout
The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-