Interface TrafficController.UpdateStages.WithProperties

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

public static interface TrafficController.UpdateStages.WithProperties
The stage of the TrafficController update allowing to specify properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    withProperties(Object properties)
    Specifies the properties property: The updatable properties of the TrafficController..
  • Method Details

    • withProperties

      TrafficController.Update withProperties(Object properties)
      Specifies the properties property: The updatable properties of the TrafficController..
      Parameters:
      properties - The updatable properties of the TrafficController.
      Returns:
      the next definition stage.