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