Interface AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseNameOverride

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

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

    • withDatabaseNameOverride

      AttachedDatabaseConfiguration.DefinitionStages.WithCreate withDatabaseNameOverride(String databaseNameOverride)
      Specifies the databaseNameOverride property: Overrides the original database name. Relevant only when attaching to a specific database..
      Parameters:
      databaseNameOverride - Overrides the original database name. Relevant only when attaching to a specific database.
      Returns:
      the next definition stage.