Interface LiveEvent.DefinitionStages.WithUseStaticHostname

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

public static interface LiveEvent.DefinitionStages.WithUseStaticHostname
The stage of the LiveEvent definition 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.DefinitionStages.WithCreate 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.