Interface MultiplexProgramChannelDestinationSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MultiplexProgramChannelDestinationSettings.Builder,MultiplexProgramChannelDestinationSettings>, SdkBuilder<MultiplexProgramChannelDestinationSettings.Builder,MultiplexProgramChannelDestinationSettings>, SdkPojo
Enclosing class:
MultiplexProgramChannelDestinationSettings

public static interface MultiplexProgramChannelDestinationSettings.Builder extends SdkPojo, CopyableBuilder<MultiplexProgramChannelDestinationSettings.Builder,MultiplexProgramChannelDestinationSettings>
  • Method Details

    • multiplexId

      The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.
      Parameters:
      multiplexId - The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • programName

      The program name of the Multiplex program that the encoder is providing output to.
      Parameters:
      programName - The program name of the Multiplex program that the encoder is providing output to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.