Class NodeInfoSettingsIndexStoreMmap.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsIndexStoreMmap.Builder
- All Implemented Interfaces:
CopyableBuilder<NodeInfoSettingsIndexStoreMmap.Builder,,NodeInfoSettingsIndexStoreMmap> MutableBuilder<NodeInfoSettingsIndexStoreMmap.Builder,,NodeInfoSettingsIndexStoreMmap> ObjectBuilder<NodeInfoSettingsIndexStoreMmap>
- Enclosing class:
NodeInfoSettingsIndexStoreMmap
public static class NodeInfoSettingsIndexStoreMmap.Builder
extends ObjectBuilderBase
implements CopyableBuilder<NodeInfoSettingsIndexStoreMmap.Builder,NodeInfoSettingsIndexStoreMmap>
Builder for
NodeInfoSettingsIndexStoreMmap.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeInfoSettingsIndexStoreMmap.copy()Create a new builderCopyableBuilderthat is a copy of this one.extensions(String value, String... values) The file extensions configured for memory mapping.extensions(List<String> list) The file extensions configured for memory mapping.Methods 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<NodeInfoSettingsIndexStoreMmap.Builder,NodeInfoSettingsIndexStoreMmap> - Returns:
- a new builder instance.
-
extensions
The file extensions configured for memory mapping.API name:
extensionsAdds all elements of
listtoextensions. -
extensions
@Nonnull public final NodeInfoSettingsIndexStoreMmap.Builder extensions(String value, String... values) The file extensions configured for memory mapping.API name:
extensionsAdds one or more values to
extensions. -
build
Builds aNodeInfoSettingsIndexStoreMmap.- Specified by:
buildin interfaceObjectBuilder<NodeInfoSettingsIndexStoreMmap>- Throws:
NullPointerException- if some of the required fields are null.
-