Class FieldNamesField.Builder
java.lang.Object
org.opensearch.client.opensearch._types.mapping.FieldNamesField.Builder
- All Implemented Interfaces:
ObjectBuilder<FieldNamesField>
- Enclosing class:
- FieldNamesField
public static class FieldNamesField.Builder extends java.lang.Object implements ObjectBuilder<FieldNamesField>
Builder for
FieldNamesField.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FieldNamesFieldbuild()Builds aFieldNamesField.FieldNamesField.Builderenabled(java.lang.Boolean value)API name:enabled
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
API name:enabled -
build
Builds aFieldNamesField.- Specified by:
buildin interfaceObjectBuilder<FieldNamesField>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-