Package io.helidon.telemetry.otelconfig
Class AggregationConfig.Builder
java.lang.Object
io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase<AggregationConfig.Builder,AggregationConfig>
io.helidon.telemetry.otelconfig.AggregationConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<AggregationConfig.Builder,,AggregationConfig> Builder<AggregationConfig.Builder,,AggregationConfig> ConfigBuilderSupport.ConfiguredBuilder<AggregationConfig.Builder,,AggregationConfig> ConfigBuilderSupport.ConfiguredBuilder<AggregationConfig.Builder,,AggregationConfig> Supplier<AggregationConfig>
- Enclosing interface:
AggregationConfig
public static class AggregationConfig.Builder
extends AggregationConfig.BuilderBase<AggregationConfig.Builder,AggregationConfig>
implements Builder<AggregationConfig.Builder,AggregationConfig>
Fluent API builder for
AggregationConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
AggregationConfig.BuilderBase.AggregationConfigImpl -
Method Summary
Methods inherited from class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
config, config, config, from, from, preBuildPrototype, toString, type, type, 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<AggregationConfig.Builder,AggregationConfig> - 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<AggregationConfig.Builder,AggregationConfig> - Returns:
- instance of the built type
-