Module io.helidon.integrations.oci
Package io.helidon.integrations.oci
Interface ConfigFileMethodConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
ConfigFileMethodConfig.BuilderBase.ConfigFileMethodConfigImpl
Interface generated from definition. Please add javadoc to the definition interface.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Fluent API builder forConfigFileMethodConfig
.static class
ConfigFileMethodConfig.BuilderBase<BUILDER extends ConfigFileMethodConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigFileMethodConfig> Fluent API builder base forConfigFileMethodConfig
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a new fluent API builder to customize configuration.builder
(ConfigFileMethodConfig instance) Create a new fluent API builder from an existing instance.static ConfigFileMethodConfig
create()
Create a new instance with default values.static ConfigFileMethodConfig
Create a new instance from configuration.path()
The OCI configuration profile path.profile()
The OCI configuration/auth profile name.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Create a new instance with default values.- Returns:
- a new instance
-
path
The OCI configuration profile path.- Returns:
- the OCI configuration profile path
-
profile
String profile()The OCI configuration/auth profile name.- Returns:
- the optional OCI configuration/auth profile name
-