Class IndexSettingsIndexing.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.indices.IndexSettingsIndexing.Builder
- All Implemented Interfaces:
CopyableBuilder<IndexSettingsIndexing.Builder,,IndexSettingsIndexing> MutableBuilder<IndexSettingsIndexing.Builder,,IndexSettingsIndexing> ObjectBuilder<IndexSettingsIndexing>
- Enclosing class:
IndexSettingsIndexing
public static class IndexSettingsIndexing.Builder
extends ObjectBuilderBase
implements CopyableBuilder<IndexSettingsIndexing.Builder,IndexSettingsIndexing>
Builder for
IndexSettingsIndexing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIndexSettingsIndexing.copy()Create a new builderCopyableBuilderthat is a copy of this one.API name:slowlogslowlog(IndexingSlowlog value) API name:slowlogMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<IndexSettingsIndexing.Builder,IndexSettingsIndexing> - Returns:
- a new builder instance.
-
slowlog
API name:slowlog -
slowlog
@Nonnull public final IndexSettingsIndexing.Builder slowlog(Function<IndexingSlowlog.Builder, ObjectBuilder<IndexingSlowlog>> fn) API name:slowlog -
build
Builds aIndexSettingsIndexing.- Specified by:
buildin interfaceObjectBuilder<IndexSettingsIndexing>- Throws:
NullPointerException- if some of the required fields are null.
-