Class IndexField.Builder
java.lang.Object
org.opensearch.client.opensearch._types.mapping.IndexField.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexField>
- Enclosing class:
- IndexField
public static class IndexField.Builder extends java.lang.Object implements ObjectBuilder<IndexField>
Builder for
IndexField.-
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 IndexFieldbuild()Builds aIndexField.IndexField.Builderenabled(java.lang.Boolean value)API name:enabled
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
API name:enabled -
build
Builds aIndexField.- Specified by:
buildin interfaceObjectBuilder<IndexField>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-