Interface RdsConfiguration.Builder

    • Method Detail

      • credentialsSecretArn

        RdsConfiguration.Builder credentialsSecretArn​(String credentialsSecretArn)

        The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.

        Parameters:
        credentialsSecretArn - The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        RdsConfiguration.Builder databaseName​(String databaseName)

        The name of your Amazon RDS database.

        Parameters:
        databaseName - The name of your Amazon RDS database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldMapping

        RdsConfiguration.Builder fieldMapping​(RdsFieldMapping fieldMapping)

        Contains the names of the fields to which to map information about the vector store.

        Parameters:
        fieldMapping - Contains the names of the fields to which to map information about the vector store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        RdsConfiguration.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the vector store.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the vector store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        RdsConfiguration.Builder tableName​(String tableName)

        The name of the table in the database.

        Parameters:
        tableName - The name of the table in the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.