Class OpenRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<OpenRequest.Builder>
co.elastic.clients.elasticsearch.indices.OpenRequest.Builder
- All Implemented Interfaces:
WithJson<OpenRequest.Builder>,ObjectBuilder<OpenRequest>
- Enclosing class:
- OpenRequest
public static class OpenRequest.Builder
extends RequestBase.AbstractBuilder<OpenRequest.Builder>
implements ObjectBuilder<OpenRequest>
Builder for
OpenRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal OpenRequest.BuilderallowNoIndices(Boolean value) Iffalse, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices.build()Builds aOpenRequest.final OpenRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values) Type of index that wildcard patterns can match.final OpenRequest.BuilderexpandWildcards(List<ExpandWildcard> list) Type of index that wildcard patterns can match.final OpenRequest.BuilderignoreUnavailable(Boolean value) Iffalse, the request returns an error if it targets a missing or closed index.final OpenRequest.BuilderRequired - Comma-separated list of data streams, indices, and aliases used to limit the request.final OpenRequest.BuilderRequired - Comma-separated list of data streams, indices, and aliases used to limit the request.final OpenRequest.BuildermasterTimeout(Time value) Period to wait for a connection to the master node.final OpenRequest.BuilderPeriod to wait for a connection to the master node.protected OpenRequest.Builderself()final OpenRequest.BuilderPeriod to wait for a response.final OpenRequest.BuilderPeriod to wait for a response.final OpenRequest.BuilderThe number of shard copies that must be active before proceeding with the operation.final OpenRequest.BuilderThe number of shard copies that must be active before proceeding with the operation.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoIndices
Iffalse, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices. This behavior applies even if the request targets other open indices.API name:
allow_no_indices -
expandWildcards
Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcardsAdds one or more values to
expandWildcards. -
index
Required - Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). By default, you must explicitly name the indices you using to limit the request. To limit a request using_all,*, or other wildcard expressions, change theaction.destructive_requires_namesetting to false. You can update this setting in theelasticsearch.ymlfile or using the cluster update settings API.API name:
indexAdds all elements of
listtoindex. -
index
Required - Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). By default, you must explicitly name the indices you using to limit the request. To limit a request using_all,*, or other wildcard expressions, change theaction.destructive_requires_namesetting to false. You can update this setting in theelasticsearch.ymlfile or using the cluster update settings API.API name:
indexAdds one or more values to
index. -
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
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 -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
waitForActiveShards
The number of shard copies that must be active before proceeding with the operation. Set toallor any positive integer up to the total number of shards in the index (number_of_replicas+1).API name:
wait_for_active_shards -
waitForActiveShards
public final OpenRequest.Builder waitForActiveShards(Function<WaitForActiveShards.Builder, ObjectBuilder<WaitForActiveShards>> fn) The number of shard copies that must be active before proceeding with the operation. Set toallor any positive integer up to the total number of shards in the index (number_of_replicas+1).API name:
wait_for_active_shards -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<OpenRequest.Builder>
-
build
Builds aOpenRequest.- Specified by:
buildin interfaceObjectBuilder<OpenRequest>- Throws:
NullPointerException- if some of the required fields are null.
-