Class CountRecord.Builder

java.lang.Object
org.opensearch.client.opensearch.cat.count.CountRecord.Builder
All Implemented Interfaces:
ObjectBuilder<CountRecord>
Enclosing class:
CountRecord

public static class CountRecord.Builder
extends java.lang.Object
implements ObjectBuilder<CountRecord>
Builder for CountRecord.
  • 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
    CountRecord build()
    Builds a CountRecord.
    CountRecord.Builder count​(java.lang.String value)
    the document count API name: count
    CountRecord.Builder epoch​(jakarta.json.JsonValue value)
    seconds since 1969-01-01 00:00:00 API name: epoch
    CountRecord.Builder timestamp​(java.lang.String value)
    time in HH:MM:SS API name: timestamp

    Methods inherited from class java.lang.Object

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