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 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 "indices.delete_index_template". -
Method Summary
Modifier 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.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteIndexTemplateRequest,DeleteIndexTemplateResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_index_template".
-
-
Method Details
-
of
public static DeleteIndexTemplateRequest of(Function<DeleteIndexTemplateRequest.Builder, ObjectBuilder<DeleteIndexTemplateRequest>> fn) -
masterTimeout
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 -
name
Required - Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.API name:
name -
timeout
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
-