Interface BandwidthSchedule.UpdateStages.WithRateInMbps

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

public static interface BandwidthSchedule.UpdateStages.WithRateInMbps
The stage of the BandwidthSchedule update allowing to specify rateInMbps.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRateInMbps(int rateInMbps)
    Specifies the rateInMbps property: The bandwidth rate in Mbps..
  • Method Details

    • withRateInMbps

      BandwidthSchedule.Update withRateInMbps(int rateInMbps)
      Specifies the rateInMbps property: The bandwidth rate in Mbps..
      Parameters:
      rateInMbps - The bandwidth rate in Mbps.
      Returns:
      the next definition stage.