Interface LiveEvent.UpdateStages.WithStreamOptions

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

public static interface LiveEvent.UpdateStages.WithStreamOptions
The stage of the LiveEvent update allowing to specify streamOptions.
  • Method Details

    • withStreamOptions

      LiveEvent.Update withStreamOptions(List<StreamOptionsFlag> streamOptions)
      Specifies the streamOptions property: The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'..
      Parameters:
      streamOptions - The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.
      Returns:
      the next definition stage.