Interface ProfileConfiguration.Builder

  • Method Details

    • defaultProfiles

      ProfileConfiguration.Builder defaultProfiles(Collection<String> defaultProfiles)
      The list of default profiles for the data store.
      Parameters:
      defaultProfiles - The list of default profiles for the data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultProfiles

      ProfileConfiguration.Builder defaultProfiles(String... defaultProfiles)
      The list of default profiles for the data store.
      Parameters:
      defaultProfiles - The list of default profiles for the data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.