Class DeleteIpLocationDatabaseRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.DeleteIpLocationDatabaseRequest
Delete 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 TypeFieldDescriptionstatic final Endpoint<DeleteIpLocationDatabaseRequest,
DeleteIpLocationDatabaseResponse, ErrorResponse> Endpoint "ingest.delete_ip_location_database
". -
Method Summary
Modifier and TypeMethodDescriptionid()
Required - A comma-separated list of IP location database configurations.final Time
The period to wait for a connection to the master node.of
(Function<DeleteIpLocationDatabaseRequest.Builder, ObjectBuilder<DeleteIpLocationDatabaseRequest>> fn) 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<DeleteIpLocationDatabaseRequest,DeleteIpLocationDatabaseResponse, _ENDPOINTErrorResponse> Endpoint "ingest.delete_ip_location_database
".
-
-
Method Details
-
of
-
id
Required - A comma-separated list of IP location database configurations.API 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. A value of-1
indicates that the request should never time out.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. A value of-1
indicates that the request should never time out.API name:
timeout
-