Package io.helidon.telemetry.otelconfig
Class Base2ExponentialHistogramAggregationConfig.Builder
java.lang.Object
io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase<Base2ExponentialHistogramAggregationConfig.Builder,Base2ExponentialHistogramAggregationConfig>
io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<Base2ExponentialHistogramAggregationConfig.Builder,,Base2ExponentialHistogramAggregationConfig> Builder<Base2ExponentialHistogramAggregationConfig.Builder,,Base2ExponentialHistogramAggregationConfig> ConfigBuilderSupport.ConfiguredBuilder<Base2ExponentialHistogramAggregationConfig.Builder,,Base2ExponentialHistogramAggregationConfig> ConfigBuilderSupport.ConfiguredBuilder<Base2ExponentialHistogramAggregationConfig.Builder,,Base2ExponentialHistogramAggregationConfig> Supplier<Base2ExponentialHistogramAggregationConfig>
- Enclosing interface:
Base2ExponentialHistogramAggregationConfig
public static class Base2ExponentialHistogramAggregationConfig.Builder
extends Base2ExponentialHistogramAggregationConfig.BuilderBase<Base2ExponentialHistogramAggregationConfig.Builder,Base2ExponentialHistogramAggregationConfig>
implements Builder<Base2ExponentialHistogramAggregationConfig.Builder,Base2ExponentialHistogramAggregationConfig>
Fluent API builder for
Base2ExponentialHistogramAggregationConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl -
Method Summary
Methods inherited from class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
clearMaxBuckets, clearMaxScale, config, config, config, from, from, maxBuckets, maxBuckets, maxScale, maxScale, preBuildPrototype, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<Base2ExponentialHistogramAggregationConfig.Builder,Base2ExponentialHistogramAggregationConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<Base2ExponentialHistogramAggregationConfig.Builder,Base2ExponentialHistogramAggregationConfig> - Returns:
- instance of the built type
-