Class IndexSettingsSearch.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.indices.IndexSettingsSearch.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IndexSettingsSearch>
- Enclosing class:
- IndexSettingsSearch
public static class IndexSettingsSearch.Builder extends ObjectBuilderBase implements ObjectBuilder<IndexSettingsSearch>
Builder forIndexSettingsSearch.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexSettingsSearchbuild()Builds aIndexSettingsSearch.IndexSettingsSearch.Builderidle(java.util.function.Function<SearchIdle.Builder,ObjectBuilder<SearchIdle>> fn)API name:idleIndexSettingsSearch.Builderidle(SearchIdle value)API name:idleIndexSettingsSearch.Builderslowlog(java.util.function.Function<SearchSlowlog.Builder,ObjectBuilder<SearchSlowlog>> fn)API name:slowlogIndexSettingsSearch.Builderslowlog(SearchSlowlog value)API name:slowlog-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
idle
public final IndexSettingsSearch.Builder idle(@Nullable SearchIdle value)
API name:idle
-
idle
public final IndexSettingsSearch.Builder idle(java.util.function.Function<SearchIdle.Builder,ObjectBuilder<SearchIdle>> fn)
API name:idle
-
slowlog
public final IndexSettingsSearch.Builder slowlog(@Nullable SearchSlowlog value)
API name:slowlog
-
slowlog
public final IndexSettingsSearch.Builder slowlog(java.util.function.Function<SearchSlowlog.Builder,ObjectBuilder<SearchSlowlog>> fn)
API name:slowlog
-
build
public IndexSettingsSearch build()
Builds aIndexSettingsSearch.- Specified by:
buildin interfaceObjectBuilder<IndexSettingsSearch>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-