Class SimulateIndexTemplateRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<SimulateIndexTemplateRequest.Builder>
co.elastic.clients.elasticsearch.indices.SimulateIndexTemplateRequest.Builder
- All Implemented Interfaces:
WithJson<SimulateIndexTemplateRequest.Builder>,ObjectBuilder<SimulateIndexTemplateRequest>
- Enclosing class:
- SimulateIndexTemplateRequest
public static class SimulateIndexTemplateRequest.Builder
extends RequestBase.AbstractBuilder<SimulateIndexTemplateRequest.Builder>
implements ObjectBuilder<SimulateIndexTemplateRequest>
Builder for
SimulateIndexTemplateRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aSimulateIndexTemplateRequest.User defined reason for dry-run creating the new template for simulation purposesWhether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing oneincludeDefaults(Boolean value) If true, returns all relevant default configurations for the index template.indexTemplate(IndexTemplate value) Required - Request body.Required - Request body.masterTimeout(Time value) Period to wait for a connection to the master node.Period to wait for a connection to the master node.Required - Name of the index to simulateprotected SimulateIndexTemplateRequest.Builderself()withJson(jakarta.json.stream.JsonParser parser, JsonpMapper mapper) Sets additional properties values on this object by reading from a JSON input.Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cause
User defined reason for dry-run creating the new template for simulation purposesAPI name:
cause -
create
Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing oneAPI name:
create -
includeDefaults
If true, returns all relevant default configurations for the index template.API name:
include_defaults -
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 -
masterTimeout
public final SimulateIndexTemplateRequest.Builder masterTimeout(Function<Time.Builder, ObjectBuilder<Time>> fn) 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 - Name of the index to simulateAPI name:
name -
indexTemplate
Required - Request body. -
indexTemplate
public final SimulateIndexTemplateRequest.Builder indexTemplate(Function<IndexTemplate.Builder, ObjectBuilder<IndexTemplate>> fn) Required - Request body. -
withJson
public SimulateIndexTemplateRequest.Builder withJson(jakarta.json.stream.JsonParser parser, JsonpMapper mapper) Description copied from interface:WithJsonSets additional properties values on this object by reading from a JSON input.This is a "partial deserialization": properties that were already set keep their value if they're not present in the JSON input, and properties can also be set after having called this method, including overriding those read from the JSON input.
This low level variant of
withJsongives full control on the json parser and object mapper. Most of the time usingWithJson.withJson(Reader)andWithJson.withJson(InputStream)will be more convenient.- Specified by:
withJsonin interfaceWithJson<SimulateIndexTemplateRequest.Builder>- Overrides:
withJsonin classWithJsonObjectBuilderBase<SimulateIndexTemplateRequest.Builder>- Parameters:
parser- the JSONP parsermapper- the JSONP mapper used to deserialize values and nested objects- Returns:
- this object
-
self
- Specified by:
selfin classRequestBase.AbstractBuilder<SimulateIndexTemplateRequest.Builder>
-
build
Builds aSimulateIndexTemplateRequest.- Specified by:
buildin interfaceObjectBuilder<SimulateIndexTemplateRequest>- Throws:
NullPointerException- if some of the required fields are null.
-