Class DeleteComponentTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.DeleteComponentTemplateRequest
Deletes a component template
- 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 "cluster.delete_component_template". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeSpecify timeout for connection to masterfinal Stringname()Required - The name of the templateof(Function<DeleteComponentTemplateRequest.Builder, ObjectBuilder<DeleteComponentTemplateRequest>> fn) final Timetimeout()Explicit operation timeoutMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteComponentTemplateRequest,DeleteComponentTemplateResponse, _ENDPOINTErrorResponse> Endpoint "cluster.delete_component_template".
-
-
Method Details
-
of
-
masterTimeout
Specify timeout for connection to masterAPI name:
master_timeout -
name
Required - The name of the templateAPI name:
name -
timeout
Explicit operation timeoutAPI name:
timeout
-