Uses of Interface
io.helidon.integrations.oci.ConfigMethodConfig
-
Uses of ConfigMethodConfig in io.helidon.integrations.oci
Modifier and TypeClassDescriptionstatic class
ConfigMethodConfig.BuilderBase<BUILDER extends ConfigMethodConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigMethodConfig> Fluent API builder base forConfigMethodConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionConfigMethodConfig.Builder.build()
ConfigMethodConfig.Builder.buildPrototype()
static ConfigMethodConfig
ConfigMethodConfig.create()
Create a new instance with default values.static ConfigMethodConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionOciConfig.BuilderBase.configMethodConfig()
Config method configuration (if provided and used).OciConfig.BuilderBase.OciConfigImpl.configMethodConfig()
Modifier and TypeMethodDescriptionstatic ConfigMethodConfig.Builder
ConfigMethodConfig.builder
(ConfigMethodConfig instance) Create a new fluent API builder from an existing instance.OciConfig.BuilderBase.configMethodConfig
(ConfigMethodConfig configMethodConfig) Config method configuration (if provided and used).ConfigMethodConfig.BuilderBase.from
(ConfigMethodConfig prototype) Update this builder from an existing prototype instance.