Class DeleteGeoipDatabaseRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<DeleteGeoipDatabaseRequest.Builder>
co.elastic.clients.elasticsearch.ingest.DeleteGeoipDatabaseRequest.Builder
- All Implemented Interfaces:
- WithJson<DeleteGeoipDatabaseRequest.Builder>,- ObjectBuilder<DeleteGeoipDatabaseRequest>
- Enclosing class:
- DeleteGeoipDatabaseRequest
public static class DeleteGeoipDatabaseRequest.Builder
extends RequestBase.AbstractBuilder<DeleteGeoipDatabaseRequest.Builder>
implements ObjectBuilder<DeleteGeoipDatabaseRequest>
Builder for 
DeleteGeoipDatabaseRequest.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aDeleteGeoipDatabaseRequest.Required - A comma-separated list of geoip database configurations to deleteRequired - A comma-separated list of geoip database configurations to deletemasterTimeout(Time value) The period to wait for a connection to the master node.The period to wait for a connection to the master node.protected DeleteGeoipDatabaseRequest.Builderself()The period to wait for a response.The period to wait for a response.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
idRequired - A comma-separated list of geoip database configurations to deleteAPI name: idAdds all elements of listtoid.
- 
idRequired - A comma-separated list of geoip database configurations to deleteAPI name: idAdds one or more values to id.
- 
masterTimeoutThe 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
- 
masterTimeoutpublic final DeleteGeoipDatabaseRequest.Builder masterTimeout(Function<Time.Builder, ObjectBuilder<Time>> fn) 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
- 
timeoutThe 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
- 
timeoutpublic final DeleteGeoipDatabaseRequest.Builder timeout(Function<Time.Builder, ObjectBuilder<Time>> fn) 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
- 
self- Specified by:
- selfin class- RequestBase.AbstractBuilder<DeleteGeoipDatabaseRequest.Builder>
 
- 
buildBuilds aDeleteGeoipDatabaseRequest.- Specified by:
- buildin interface- ObjectBuilder<DeleteGeoipDatabaseRequest>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-