Class PutTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.PutTemplateRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PutTemplateRequest
extends RequestBase
implements JsonpSerializable
Creates or updates an index template. Index templates define settings,
mappings, and aliases that can be applied automatically to new indices.
- 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 TypeFieldDescriptionstatic final JsonpDeserializer<PutTemplateRequest>
Json deserializer forPutTemplateRequest
static final Endpoint<PutTemplateRequest,
PutTemplateResponse, ErrorResponse> Endpoint "indices.put_template
". -
Method Summary
Modifier and TypeMethodDescriptionaliases()
Aliases for the index.final String
cause()
API name:cause
final Boolean
create()
If true, this request cannot replace or update existing index templates.Array of wildcard expressions used to match the names of indices during creation.final TypeMapping
mappings()
Mapping for fields in the index.final Time
Period to wait for a connection to the master node.final String
name()
Required - The name of the templatestatic PutTemplateRequest
final Integer
order()
Order in which Elasticsearch applies this template if index matches multiple templates.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final IndexSettings
settings()
Configuration options for the index.protected static void
final Long
version()
Version number used to manage index templates externally.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forPutTemplateRequest
-
_ENDPOINT
Endpoint "indices.put_template
".
-
-
Method Details
-
of
public static PutTemplateRequest of(Function<PutTemplateRequest.Builder, ObjectBuilder<PutTemplateRequest>> fn) -
aliases
Aliases for the index.API name:
aliases
-
cause
API name:cause
-
create
If true, this request cannot replace or update existing index templates.API name:
create
-
indexPatterns
Array of wildcard expressions used to match the names of indices during creation.API name:
index_patterns
-
mappings
Mapping for fields in the index.API name:
mappings
-
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 - The name of the templateAPI name:
name
-
order
Order in which Elasticsearch applies this template if index matches multiple templates.Templates with lower 'order' values are merged first. Templates with higher 'order' values are merged later, overriding templates with lower values.
API name:
order
-
settings
Configuration options for the index.API name:
settings
-
version
Version number used to manage index templates externally. This number is not automatically generated by Elasticsearch.API name:
version
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupPutTemplateRequestDeserializer
protected static void setupPutTemplateRequestDeserializer(ObjectDeserializer<PutTemplateRequest.Builder> op)
-