Class IndicesOptions.Builder
java.lang.Object
co.elastic.clients.elasticsearch.watcher.IndicesOptions.Builder
- All Implemented Interfaces:
ObjectBuilder<IndicesOptions>
- Enclosing class:
- IndicesOptions
public static class IndicesOptions.Builder extends java.lang.Object implements ObjectBuilder<IndicesOptions>
Builder for
IndicesOptions.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndicesOptions.BuilderaddExpandWildcards(ExpandWildcardOptions value)Add a value toexpandWildcards(List), creating the list if needed.IndicesOptions.BuilderallowNoIndices(java.lang.Boolean value)API name:allow_no_indicesIndicesOptionsbuild()Builds aIndicesOptions.IndicesOptions.BuilderexpandWildcards(ExpandWildcardOptions... value)API name:expand_wildcardsIndicesOptions.BuilderexpandWildcards(java.util.List<ExpandWildcardOptions> value)API name:expand_wildcardsIndicesOptions.BuilderignoreThrottled(java.lang.Boolean value)API name:ignore_throttledIndicesOptions.BuilderignoreUnavailable(java.lang.Boolean value)API name:ignore_unavailableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoIndices
API name:allow_no_indices -
expandWildcards
public IndicesOptions.Builder expandWildcards(@Nullable java.util.List<ExpandWildcardOptions> value)API name:expand_wildcards -
expandWildcards
API name:expand_wildcards -
addExpandWildcards
Add a value toexpandWildcards(List), creating the list if needed. 4 -
ignoreThrottled
API name:ignore_throttled -
build
Builds aIndicesOptions.- Specified by:
buildin interfaceObjectBuilder<IndicesOptions>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-