Class ExplicitBucketHistogramAggregationConfig.Builder
java.lang.Object
io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>
io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>, Builder<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>, ConfigBuilderSupport.ConfiguredBuilder<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>, Supplier<ExplicitBucketHistogramAggregationConfig>
- Enclosing interface:
ExplicitBucketHistogramAggregationConfig
public static class ExplicitBucketHistogramAggregationConfig.Builder
extends ExplicitBucketHistogramAggregationConfig.BuilderBase<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>
implements Builder<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>
Fluent API builder for
ExplicitBucketHistogramAggregationConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class ExplicitBucketHistogramAggregationConfig.BuilderBase
ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImplModifier 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 ExplicitBucketHistogramAggregationConfig.BuilderBase
addBucketBoundaries, bucketBoundaries, bucketBoundaries, clearBucketBoundaries, config, config, from, from, preBuildPrototype, recordMinMax, recordMinMax, toString, validatePrototypeModifier and TypeMethodDescriptionaddBucketBoundaries(List<Double> bucketBoundaries) Explicit bucket boundaries.Explicit bucket boundaries.bucketBoundaries(List<Double> bucketBoundaries) Explicit bucket boundaries.Clear all bucketBoundaries.config()Configuration used to configure this instance.Update builder from configuration (node of this type).from(ExplicitBucketHistogramAggregationConfig prototype) Update this builder from an existing prototype instance.from(ExplicitBucketHistogramAggregationConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.protected voidHandles providers and decorators.booleanWhether the min and max should be recorded.recordMinMax(boolean recordMinMax) Whether the min and max should be recorded.toString()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<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>- 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<ExplicitBucketHistogramAggregationConfig.Builder, ExplicitBucketHistogramAggregationConfig>- Returns:
- instance of the built type
-