Module io.helidon.integrations.oci
Package io.helidon.integrations.oci
Class ImdsInstanceInfo.Builder
java.lang.Object
io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase<ImdsInstanceInfo.Builder,ImdsInstanceInfo>
io.helidon.integrations.oci.ImdsInstanceInfo.Builder
- All Implemented Interfaces:
Prototype.Builder<ImdsInstanceInfo.Builder,
,ImdsInstanceInfo> Prototype.ConfiguredBuilder<ImdsInstanceInfo.Builder,
,ImdsInstanceInfo> Builder<ImdsInstanceInfo.Builder,
,ImdsInstanceInfo> Supplier<ImdsInstanceInfo>
- Enclosing interface:
ImdsInstanceInfo
public static class ImdsInstanceInfo.Builder
extends ImdsInstanceInfo.BuilderBase<ImdsInstanceInfo.Builder,ImdsInstanceInfo>
implements Builder<ImdsInstanceInfo.Builder,ImdsInstanceInfo>
Fluent API builder for
ImdsInstanceInfo
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
ImdsInstanceInfo.BuilderBase.ImdsInstanceInfoImpl
-
Method Summary
Methods inherited from class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
canonicalRegionName, canonicalRegionName, compartmentId, compartmentId, config, config, displayName, displayName, faultDomain, faultDomain, from, from, hostName, hostName, jsonObject, jsonObject, ociAdName, ociAdName, preBuildPrototype, region, region, tenantId, tenantId, 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<ImdsInstanceInfo.Builder,
ImdsInstanceInfo> - 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<ImdsInstanceInfo.Builder,
ImdsInstanceInfo> - Returns:
- instance of the built type
-