Class SimulateTemplateRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.SimulateTemplateRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class SimulateTemplateRequest
extends RequestBase
implements JsonpSerializable
Simulate resolving the given template name or body
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static SimulateTemplateRequest of​(java.util.function.Function<SimulateTemplateRequest.Builder,​ObjectBuilder<SimulateTemplateRequest>> fn)
    • create

      @Nullable public final java.lang.Boolean create()
      If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.

      API name: create

    • masterTimeout

      @Nullable public final Time 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

      @Nullable public final java.lang.String name()
      Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit this parameter and specify the template configuration in the request body.

      API name: name

    • template

      public final IndexTemplate template()
      Required - Request body.

      API name: _value_body

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this value to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • createSimulateTemplateRequestDeserializer

      protected static JsonpDeserializer<SimulateTemplateRequest> createSimulateTemplateRequestDeserializer()