Class DeleteComponentTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.DeleteComponentTemplateRequest
Delete component templates. Component templates are building blocks for
 constructing index templates that specify index mappings, settings, and
 aliases.
- 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 "cluster.delete_component_template".
- 
Method SummaryModifier and TypeMethodDescriptionfinal TimePeriod to wait for a connection to the master node.name()Required - Comma-separated list or wildcard expression of component template names used to limit the request.of(Function<DeleteComponentTemplateRequest.Builder, ObjectBuilder<DeleteComponentTemplateRequest>> fn) final Timetimeout()Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<DeleteComponentTemplateRequest,DeleteComponentTemplateResponse, _ENDPOINTErrorResponse> Endpoint "cluster.delete_component_template".
 
- 
- 
Method Details- 
of
- 
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 or wildcard expression of component template names used to limit the request.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
 
-