Class MetricDefaultHistogramAggregationConfig.Builder
java.lang.Object
io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>
io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>, Builder<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>, ConfigBuilderSupport.ConfiguredBuilder<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>, Supplier<MetricDefaultHistogramAggregationConfig>
- Enclosing interface:
MetricDefaultHistogramAggregationConfig
public static class MetricDefaultHistogramAggregationConfig.Builder
extends MetricDefaultHistogramAggregationConfig.BuilderBase<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>
implements Builder<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>
Fluent API builder for
MetricDefaultHistogramAggregationConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class MetricDefaultHistogramAggregationConfig.BuilderBase
MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImplModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create an instance from this builder.Create an instance of the prototype.Methods inherited from class MetricDefaultHistogramAggregationConfig.BuilderBase
config, config, from, from, preBuildPrototype, toString, type, type, validatePrototypeModifier and TypeMethodDescriptionconfig()Configuration used to configure this instance.Update builder from configuration (node of this type).from(MetricDefaultHistogramAggregationConfig prototype) Update this builder from an existing prototype instance.from(MetricDefaultHistogramAggregationConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.protected voidHandles providers and decorators.toString()type()Type of aggregation default.Type of aggregation default.protected voidValidates required properties.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Builder
get, identity, updateMethods inherited from interface Prototype.Builder
self
-
Method Details
-
buildPrototype
Create an instance of the prototype. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.- Specified by:
buildPrototypein interfacePrototype.Builder<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>- Returns:
- an instance of the setup object created from this builder
-
build
Create an instance from this builder. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.- Specified by:
buildin interfaceBuilder<MetricDefaultHistogramAggregationConfig.Builder, MetricDefaultHistogramAggregationConfig>- Returns:
- instance of the built type
-