Class HelpRecord.Builder

java.lang.Object
co.elastic.clients.elasticsearch.cat.help.HelpRecord.Builder
All Implemented Interfaces:
ObjectBuilder<HelpRecord>
Enclosing class:
HelpRecord

public static class HelpRecord.Builder
extends java.lang.Object
implements ObjectBuilder<HelpRecord>
Builder for HelpRecord.
  • Constructor Summary

    Constructors
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    HelpRecord build()
    Builds a HelpRecord.
    HelpRecord.Builder endpoint​(java.lang.String value)
    Required - API name: endpoint

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details