Uses of Class
io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
Package
Description
Helidon Injection Runtime Integrations to support OCI SDK.
-
Uses of OciConfig.BuilderBase in io.helidon.integrations.oci.sdk.runtime
Modifier and TypeClassDescriptionstatic class
OciConfig.BuilderBase<BUILDER extends OciConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciConfig> Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forOciConfig
.Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forOciConfig
.Modifier and TypeMethodDescriptionOciConfig.BuilderBase.from
(OciConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
OciConfigImpl
(OciConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.