Interface Configuration.UpdateStages.WithSource

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

public static interface Configuration.UpdateStages.WithSource
The stage of the Configuration update allowing to specify source.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the source property: Source of the configuration..
  • Method Details

    • withSource

      Configuration.Update withSource(String source)
      Specifies the source property: Source of the configuration..
      Parameters:
      source - Source of the configuration.
      Returns:
      the next definition stage.