Interface Configuration.UpdateStages.WithValue

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

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

    Modifier and Type
    Method
    Description
    Specifies the value property: Value of the configuration..
  • Method Details

    • withValue

      Configuration.Update withValue(String value)
      Specifies the value property: Value of the configuration..
      Parameters:
      value - Value of the configuration.
      Returns:
      the next definition stage.