Interface LiveEvent.UpdateStages.WithUseStaticHostname

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

public static interface LiveEvent.UpdateStages.WithUseStaticHostname
The stage of the LiveEvent update allowing to specify useStaticHostname.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUseStaticHostname(Boolean useStaticHostname)
    Specifies the useStaticHostname property: Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints.
  • Method Details

    • withUseStaticHostname

      LiveEvent.Update withUseStaticHostname(Boolean useStaticHostname)
      Specifies the useStaticHostname property: Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state.
      Parameters:
      useStaticHostname - Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state.
      Returns:
      the next definition stage.