Interface AttachedDatabaseConfiguration.UpdateStages.WithDatabaseName

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

public static interface AttachedDatabaseConfiguration.UpdateStages.WithDatabaseName
The stage of the AttachedDatabaseConfiguration update allowing to specify databaseName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDatabaseName(String databaseName)
    Specifies the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases..
  • Method Details

    • withDatabaseName

      AttachedDatabaseConfiguration.Update withDatabaseName(String databaseName)
      Specifies the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases..
      Parameters:
      databaseName - The name of the database which you would like to attach, use * if you want to follow all current and future databases.
      Returns:
      the next definition stage.