Interface StreamingEndpoint.UpdateStages.WithScaleUnits

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

public static interface StreamingEndpoint.UpdateStages.WithScaleUnits
The stage of the StreamingEndpoint update allowing to specify scaleUnits.
  • Method Summary

    Modifier and Type
    Method
    Description
    withScaleUnits(int scaleUnits)
    Specifies the scaleUnits property: The number of scale units.
  • Method Details

    • withScaleUnits

      StreamingEndpoint.Update withScaleUnits(int scaleUnits)
      Specifies the scaleUnits property: The number of scale units. Use the Scale operation to adjust this value..
      Parameters:
      scaleUnits - The number of scale units. Use the Scale operation to adjust this value.
      Returns:
      the next definition stage.