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