Class CreateVectorStoreConnectorDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.CreateVectorStoreConnectorDetails.Builder
-
- Enclosing class:
- CreateVectorStoreConnectorDetails
public static class CreateVectorStoreConnectorDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public CreateVectorStoreConnectorDetails.Builder compartmentId(String compartmentId)
Owning compartment OCID for a ConversationStore.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
vectorStoreId
public CreateVectorStoreConnectorDetails.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
-
displayName
public CreateVectorStoreConnectorDetails.Builder displayName(String displayName)
A user-friendly name for the VectorStoreConnector.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public CreateVectorStoreConnectorDetails.Builder description(String description)
An optional description of the VectorStoreConnector.- Parameters:
description- the value to set- Returns:
- this builder
-
scheduleConfig
public CreateVectorStoreConnectorDetails.Builder scheduleConfig(ScheduleConfig scheduleConfig)
-
configuration
public CreateVectorStoreConnectorDetails.Builder configuration(ConnectorConfiguration configuration)
-
vaultSecretId
public CreateVectorStoreConnectorDetails.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
-
freeformTags
public CreateVectorStoreConnectorDetails.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 CreateVectorStoreConnectorDetails.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
-
build
public CreateVectorStoreConnectorDetails build()
-
copy
public CreateVectorStoreConnectorDetails.Builder copy(CreateVectorStoreConnectorDetails model)
-
-