Class NodeInfoSettingsIndexStore.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsIndexStore.Builder
- All Implemented Interfaces:
CopyableBuilder<NodeInfoSettingsIndexStore.Builder,,NodeInfoSettingsIndexStore> MutableBuilder<NodeInfoSettingsIndexStore.Builder,,NodeInfoSettingsIndexStore> ObjectBuilder<NodeInfoSettingsIndexStore>
- Enclosing class:
NodeInfoSettingsIndexStore
public static class NodeInfoSettingsIndexStore.Builder
extends ObjectBuilderBase
implements CopyableBuilder<NodeInfoSettingsIndexStore.Builder,NodeInfoSettingsIndexStore>
Builder for
NodeInfoSettingsIndexStore.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeInfoSettingsIndexStore.copy()Create a new builderCopyableBuilderthat is a copy of this one.API name:hybridAPI name:hybridMethods 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<NodeInfoSettingsIndexStore.Builder,NodeInfoSettingsIndexStore> - Returns:
- a new builder instance.
-
hybrid
@Nonnull public final NodeInfoSettingsIndexStore.Builder hybrid(@Nullable NodeInfoSettingsIndexHybrid value) API name:hybrid -
hybrid
@Nonnull public final NodeInfoSettingsIndexStore.Builder hybrid(Function<NodeInfoSettingsIndexHybrid.Builder, ObjectBuilder<NodeInfoSettingsIndexHybrid>> fn) API name:hybrid -
build
Builds aNodeInfoSettingsIndexStore.- Specified by:
buildin interfaceObjectBuilder<NodeInfoSettingsIndexStore>- Throws:
NullPointerException- if some of the required fields are null.
-