Class NativeCode.Builder

java.lang.Object
co.elastic.clients.elasticsearch.ml.info.NativeCode.Builder
All Implemented Interfaces:
ObjectBuilder<NativeCode>
Enclosing class:
NativeCode

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

    Constructors
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    NativeCode build()
    Builds a NativeCode.
    NativeCode.Builder buildHash​(java.lang.String value)
    Required - API name: build_hash
    NativeCode.Builder version​(java.lang.String value)
    Required - API name: version

    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