Module io.helidon.integrations.oci
Package io.helidon.integrations.oci
Class ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
java.lang.Object
io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
- All Implemented Interfaces:
Prototype.Api,ConfigMethodConfig
- Enclosing class:
ConfigMethodConfig.BuilderBase<BUILDER extends ConfigMethodConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ConfigMethodConfig>
protected static class ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
extends Object
implements ConfigMethodConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.integrations.oci.ConfigMethodConfig
ConfigMethodConfig.Builder, ConfigMethodConfig.BuilderBase<BUILDER extends ConfigMethodConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ConfigMethodConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfigMethodConfigImpl(ConfigMethodConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ConfigMethodConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
region
Description copied from interface:ConfigMethodConfigThe OCI region.- Specified by:
regionin interfaceConfigMethodConfig- Returns:
- the OCI region
-
fingerprint
Description copied from interface:ConfigMethodConfigThe OCI authentication fingerprint.This configuration property must be provided in order to set the API signing key's fingerprint. See SimpleAuthenticationDetailsProvider.getFingerprint() for more details.
- Specified by:
fingerprintin interfaceConfigMethodConfig- Returns:
- the OCI authentication fingerprint
-
privateKey
Description copied from interface:ConfigMethodConfigThe OCI authentication private key resource. A resource can be defined as a resource on classpath, file on the file system, base64 encoded text value in config, or plain-text value in config.If not defined, we will use
.oci/oic_api_key.pemfile in user home directory.- Specified by:
privateKeyin interfaceConfigMethodConfig- Returns:
- the OCI authentication key file
-
passphrase
Description copied from interface:ConfigMethodConfigThe OCI authentication passphrase.This property must be provided in order to set the SimpleAuthenticationDetailsProvider.getPassphraseCharacters().
- Specified by:
passphrasein interfaceConfigMethodConfig- Returns:
- the OCI authentication passphrase
-
tenantId
Description copied from interface:ConfigMethodConfigThe OCI tenant id.This property must be provided in order to set the SimpleAuthenticationDetailsProvider.getTenantId().
- Specified by:
tenantIdin interfaceConfigMethodConfig- Returns:
- the OCI tenant id
-
userId
Description copied from interface:ConfigMethodConfigThe OCI user id.This property must be provided in order to set the SimpleAuthenticationDetailsProvider.getUserId().
- Specified by:
userIdin interfaceConfigMethodConfig- Returns:
- the OCI user id
-
toString
-
equals
-
hashCode
public int hashCode()
-