Class UnfreezeRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<UnfreezeRequest.Builder>
co.elastic.clients.elasticsearch.indices.UnfreezeRequest.Builder
- All Implemented Interfaces:
WithJson<UnfreezeRequest.Builder>,ObjectBuilder<UnfreezeRequest>
- Enclosing class:
- UnfreezeRequest
@Deprecated
public static class UnfreezeRequest.Builder
extends RequestBase.AbstractBuilder<UnfreezeRequest.Builder>
implements ObjectBuilder<UnfreezeRequest>
Deprecated.
Builder for
UnfreezeRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal UnfreezeRequest.BuilderallowNoIndices(Boolean value) Deprecated.Iffalse, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices.build()Deprecated.Builds aUnfreezeRequest.final UnfreezeRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values) Deprecated.Type of index that wildcard patterns can match.final UnfreezeRequest.BuilderexpandWildcards(List<ExpandWildcard> list) Deprecated.Type of index that wildcard patterns can match.final UnfreezeRequest.BuilderignoreUnavailable(Boolean value) Deprecated.Iffalse, the request returns an error if it targets a missing or closed index.final UnfreezeRequest.BuilderDeprecated.Required - Identifier for the index.final UnfreezeRequest.BuildermasterTimeout(Time value) Deprecated.Period to wait for a connection to the master node.final UnfreezeRequest.BuilderDeprecated.Period to wait for a connection to the master node.protected UnfreezeRequest.Builderself()Deprecated.final UnfreezeRequest.BuilderDeprecated.Period to wait for a response.final UnfreezeRequest.BuilderDeprecated.Period to wait for a response.final UnfreezeRequest.BuilderwaitForActiveShards(String value) Deprecated.The 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()Deprecated.
-
-
Method Details
-
allowNoIndices
Deprecated.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
Deprecated.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. Valid values are:all,open,closed,hidden,none.API name:
expand_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
public final UnfreezeRequest.Builder expandWildcards(ExpandWildcard value, ExpandWildcard... values) Deprecated.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. Valid values are:all,open,closed,hidden,none.API name:
expand_wildcardsAdds one or more values to
expandWildcards. -
index
Deprecated.Required - Identifier for the index.API name:
index -
masterTimeout
Deprecated.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
Deprecated.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
Deprecated.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
Deprecated.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
Deprecated.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
Deprecated.- Specified by:
selfin classRequestBase.AbstractBuilder<UnfreezeRequest.Builder>
-
build
Deprecated.Builds aUnfreezeRequest.- Specified by:
buildin interfaceObjectBuilder<UnfreezeRequest>- Throws:
NullPointerException- if some of the required fields are null.
-