Interface PineconeConfiguration.Builder

    • Method Detail

      • connectionString

        PineconeConfiguration.Builder connectionString​(String connectionString)
        Sets the value of the ConnectionString property for this object.
        Parameters:
        connectionString - The new value for the ConnectionString property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialsSecretArn

        PineconeConfiguration.Builder credentialsSecretArn​(String credentialsSecretArn)
        Sets the value of the CredentialsSecretArn property for this object.
        Parameters:
        credentialsSecretArn - The new value for the CredentialsSecretArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespace

        PineconeConfiguration.Builder namespace​(String namespace)
        Sets the value of the Namespace property for this object.
        Parameters:
        namespace - The new value for the Namespace property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldMapping

        PineconeConfiguration.Builder fieldMapping​(PineconeFieldMapping fieldMapping)
        Sets the value of the FieldMapping property for this object.
        Parameters:
        fieldMapping - The new value for the FieldMapping property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.