Class VectorStoreConnector.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.VectorStoreConnector.Builder
-
- Enclosing class:
- VectorStoreConnector
public static class VectorStoreConnector.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VectorStoreConnectorbuild()VectorStoreConnector.BuildercompartmentId(String compartmentId)Owning compartment OCID for a VectorStoreConnector.VectorStoreConnector.Builderconfiguration(ConnectorConfiguration configuration)VectorStoreConnector.Buildercopy(VectorStoreConnector model)VectorStoreConnector.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.VectorStoreConnector.Builderdescription(String description)An optional description of the VectorStoreConnectorVectorStoreConnector.BuilderdisplayName(String displayName)A user-friendly nameVectorStoreConnector.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.VectorStoreConnector.Builderid(String id)An OCID that uniquely identifies a VectorStoreConnectorVectorStoreConnector.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail that can provide actionable information.VectorStoreConnector.BuilderlifecycleState(VectorStoreConnector.LifecycleState lifecycleState)The lifecycle state of a VectorStoreConnector.VectorStoreConnector.BuilderscheduleConfig(ScheduleConfig scheduleConfig)VectorStoreConnector.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.VectorStoreConnector.BuildertenantId(String tenantId)Owning tenant OCID for a VectorStoreConnectorVectorStoreConnector.BuildertimeCreated(Date timeCreated)The date and time that the VectorStoreConnector was created in the format of an RFC3339 datetime string.VectorStoreConnector.BuildertimeUpdated(Date timeUpdated)The date and time that the VectorStoreConnector was updated in the format of an RFC3339 datetime string.VectorStoreConnector.BuildervaultSecretId(String vaultSecretId)An optional customer Encryption Key stored in OCI Vault that can be used to decrypt the data downloaded from the data source.VectorStoreConnector.BuildervectorStoreId(String vectorStoreId)An OCID that identifies the Vector Store to which this connector is connected.
-
-
-
Method Detail
-
id
public VectorStoreConnector.Builder id(String id)
An OCID that uniquely identifies a VectorStoreConnector- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public VectorStoreConnector.Builder displayName(String displayName)
A user-friendly name- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public VectorStoreConnector.Builder description(String description)
An optional description of the VectorStoreConnector- Parameters:
description- the value to set- Returns:
- this builder
-
vectorStoreId
public VectorStoreConnector.Builder vectorStoreId(String vectorStoreId)
An OCID that identifies the Vector Store to which this connector is connected.- Parameters:
vectorStoreId- the value to set- Returns:
- this builder
-
compartmentId
public VectorStoreConnector.Builder compartmentId(String compartmentId)
Owning compartment OCID for a VectorStoreConnector.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
tenantId
public VectorStoreConnector.Builder tenantId(String tenantId)
Owning tenant OCID for a VectorStoreConnector- Parameters:
tenantId- the value to set- Returns:
- this builder
-
timeCreated
public VectorStoreConnector.Builder timeCreated(Date timeCreated)
The date and time that the VectorStoreConnector was created in the format of an RFC3339 datetime string.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public VectorStoreConnector.Builder timeUpdated(Date timeUpdated)
The date and time that the VectorStoreConnector was updated in the format of an RFC3339 datetime string.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
vaultSecretId
public VectorStoreConnector.Builder vaultSecretId(String vaultSecretId)
An optional customer Encryption Key stored in OCI Vault that can be used to decrypt the data downloaded from the data source.- Parameters:
vaultSecretId- the value to set- Returns:
- this builder
-
lifecycleState
public VectorStoreConnector.Builder lifecycleState(VectorStoreConnector.LifecycleState lifecycleState)
The lifecycle state of a VectorStoreConnector.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public VectorStoreConnector.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail that can provide actionable information.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
scheduleConfig
public VectorStoreConnector.Builder scheduleConfig(ScheduleConfig scheduleConfig)
-
configuration
public VectorStoreConnector.Builder configuration(ConnectorConfiguration configuration)
-
freeformTags
public VectorStoreConnector.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public VectorStoreConnector.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public VectorStoreConnector.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public VectorStoreConnector build()
-
copy
public VectorStoreConnector.Builder copy(VectorStoreConnector model)
-
-