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 Summary
Modifier and TypeMethodDescriptionmultiplexId
(String multiplexId) The ID of the Multiplex that the encoder is providing output to.programName
(String programName) The program name of the Multiplex program that the encoder is providing output to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-