Package io.helidon.telemetry.otelconfig
Class ZipkinExporterConfig.Builder
java.lang.Object
io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase<ZipkinExporterConfig.Builder,ZipkinExporterConfig>
io.helidon.telemetry.otelconfig.ZipkinExporterConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<ZipkinExporterConfig.Builder,,ZipkinExporterConfig> Builder<ZipkinExporterConfig.Builder,,ZipkinExporterConfig> ConfigBuilderSupport.ConfiguredBuilder<ZipkinExporterConfig.Builder,,ZipkinExporterConfig> ConfigBuilderSupport.ConfiguredBuilder<ZipkinExporterConfig.Builder,,ZipkinExporterConfig> Supplier<ZipkinExporterConfig>
- Enclosing interface:
ZipkinExporterConfig
public static class ZipkinExporterConfig.Builder
extends ZipkinExporterConfig.BuilderBase<ZipkinExporterConfig.Builder,ZipkinExporterConfig>
implements Builder<ZipkinExporterConfig.Builder,ZipkinExporterConfig>
Fluent API builder for
ZipkinExporterConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
ZipkinExporterConfig.BuilderBase.ZipkinExporterConfigImpl -
Method Summary
Methods inherited from class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
clearCompression, clearEncoder, clearEndpoint, clearLocalIpAddressSupplier, clearMeterProvider, clearSender, clearTimeout, compression, compression, config, config, config, encoder, encoder, endpoint, endpoint, from, from, localIpAddressSupplier, localIpAddressSupplier, meterProvider, meterProvider, preBuildPrototype, sender, sender, timeout, timeout, 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<ZipkinExporterConfig.Builder,ZipkinExporterConfig> - 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<ZipkinExporterConfig.Builder,ZipkinExporterConfig> - Returns:
- instance of the built type
-