Interface AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNamePrefix

All Known Subinterfaces:
AttachedDatabaseConfiguration.Update
Enclosing interface:
AttachedDatabaseConfiguration.UpdateStages

public static interface AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNamePrefix
The stage of the AttachedDatabaseConfiguration update allowing to specify databaseNamePrefix.
  • Method Details

    • withDatabaseNamePrefix

      AttachedDatabaseConfiguration.Update withDatabaseNamePrefix(String databaseNamePrefix)
      Specifies the databaseNamePrefix property: Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster..
      Parameters:
      databaseNamePrefix - Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster.
      Returns:
      the next definition stage.