Class HdrMethod.Builder

java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.aggregations.HdrMethod.Builder
All Implemented Interfaces:
ObjectBuilder<HdrMethod>
Enclosing class:
HdrMethod

public static class HdrMethod.Builder
extends ObjectBuilderBase
implements ObjectBuilder<HdrMethod>
Builder for HdrMethod.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • numberOfSignificantValueDigits

      public final HdrMethod.Builder numberOfSignificantValueDigits​(@Nullable java.lang.Integer value)
      API name: number_of_significant_value_digits
    • build

      public HdrMethod build()
      Builds a HdrMethod.
      Specified by:
      build in interface ObjectBuilder<HdrMethod>
      Throws:
      java.lang.NullPointerException - if some of the required fields are null.