Interface AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseNamePrefix

All Known Subinterfaces:
AttachedDatabaseConfiguration.Definition, AttachedDatabaseConfiguration.DefinitionStages.WithCreate
Enclosing interface:
AttachedDatabaseConfiguration.DefinitionStages

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

    • withDatabaseNamePrefix

      AttachedDatabaseConfiguration.DefinitionStages.WithCreate 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.