Class VectorStoreConnector.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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
      • 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
      • 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