Interface AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNameOverride

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

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

    • withDatabaseNameOverride

      AttachedDatabaseConfiguration.Update 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.