Class DeleteIndexTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteIndexTemplateRequest
Delete an index template. The provided <index-template> may contain
 multiple template names separated by a comma. If multiple template names are
 specified then there is no wildcard support and the provided names should
 match completely with existing templates.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionEndpoint "indices.delete_index_template".
- 
Method SummaryModifier and TypeMethodDescriptionfinal TimePeriod to wait for a connection to the master node.name()Required - Comma-separated list of index template names used to limit the request.static DeleteIndexTemplateRequestfinal Timetimeout()Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<DeleteIndexTemplateRequest,DeleteIndexTemplateResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_index_template".
 
- 
- 
Method Details- 
ofpublic static DeleteIndexTemplateRequest of(Function<DeleteIndexTemplateRequest.Builder, ObjectBuilder<DeleteIndexTemplateRequest>> fn) 
- 
masterTimeoutPeriod 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
- 
nameRequired - Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.API name: name
- 
timeoutPeriod to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name: timeout
 
-