Class DocStats.Builder

java.lang.Object
org.opensearch.client.opensearch._types.DocStats.Builder
All Implemented Interfaces:
ObjectBuilder<DocStats>
Enclosing class:
DocStats

public static class DocStats.Builder
extends java.lang.Object
implements ObjectBuilder<DocStats>
Builder for DocStats.
  • 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
    DocStats build()
    Builds a DocStats.
    DocStats.Builder count​(java.lang.Number value)
    API name: count
    DocStats.Builder deleted​(java.lang.Number value)
    API name: deleted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait