Interface LiveEvent.DefinitionStages.WithStreamOptions

All Known Subinterfaces:
LiveEvent.Definition, LiveEvent.DefinitionStages.WithCreate
Enclosing interface:
LiveEvent.DefinitionStages

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

    • withStreamOptions

      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.