Module io.helidon.metrics.api
Package io.helidon.metrics.api
Class KeyPerformanceIndicatorMetricsConfig.Builder
java.lang.Object
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase<KeyPerformanceIndicatorMetricsConfig.Builder,KeyPerformanceIndicatorMetricsConfig>
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<KeyPerformanceIndicatorMetricsConfig.Builder,
,KeyPerformanceIndicatorMetricsConfig> Prototype.ConfiguredBuilder<KeyPerformanceIndicatorMetricsConfig.Builder,
,KeyPerformanceIndicatorMetricsConfig> Builder<KeyPerformanceIndicatorMetricsConfig.Builder,
,KeyPerformanceIndicatorMetricsConfig> Supplier<KeyPerformanceIndicatorMetricsConfig>
- Enclosing interface:
KeyPerformanceIndicatorMetricsConfig
public static class KeyPerformanceIndicatorMetricsConfig.Builder
extends KeyPerformanceIndicatorMetricsConfig.BuilderBase<KeyPerformanceIndicatorMetricsConfig.Builder,KeyPerformanceIndicatorMetricsConfig>
implements Builder<KeyPerformanceIndicatorMetricsConfig.Builder,KeyPerformanceIndicatorMetricsConfig>
Fluent API builder for
KeyPerformanceIndicatorMetricsConfig
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
-
Method Summary
Methods inherited from class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
config, config, extended, extended, from, from, longRunningRequestThreshold, longRunningRequestThreshold, preBuildPrototype, toString, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<KeyPerformanceIndicatorMetricsConfig.Builder,
KeyPerformanceIndicatorMetricsConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<KeyPerformanceIndicatorMetricsConfig.Builder,
KeyPerformanceIndicatorMetricsConfig> - Returns:
- instance of the built type
-