Class IndicesOptions.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<IndicesOptions.Builder>
co.elastic.clients.elasticsearch._types.IndicesOptions.Builder
- All Implemented Interfaces:
WithJson<IndicesOptions.Builder>,ObjectBuilder<IndicesOptions>
- Enclosing class:
- IndicesOptions
public static class IndicesOptions.Builder
extends WithJsonObjectBuilderBase<IndicesOptions.Builder>
implements ObjectBuilder<IndicesOptions>
Builder for
IndicesOptions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IndicesOptions.BuilderallowNoIndices(Boolean value) If false, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices.build()Builds aIndicesOptions.final IndicesOptions.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values) Type of index that wildcard patterns can match.final IndicesOptions.BuilderexpandWildcards(List<ExpandWildcard> list) Type of index that wildcard patterns can match.final IndicesOptions.BuilderignoreThrottled(Boolean value) If true, concrete, expanded or aliased indices are ignored when frozen.final IndicesOptions.BuilderignoreUnavailable(Boolean value) If true, missing or closed indices are not included in the response.protected IndicesOptions.Builderself()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
If false, 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. For example, a request targetingfoo*,bar*returns an error if an index starts withfoobut no index starts withbar.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. -
ignoreThrottled
If true, concrete, expanded or aliased indices are ignored when frozen.API name:
ignore_throttled -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<IndicesOptions.Builder>
-
build
Builds aIndicesOptions.- Specified by:
buildin interfaceObjectBuilder<IndicesOptions>- Throws:
NullPointerException- if some of the required fields are null.
-