Class CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.MultiplexProgramChannelDestinationSettingsProperty>
- Enclosing interface:
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.MultiplexProgramChannelDestinationSettingsProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.multiplexId
(String multiplexId) programName
(String programName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
multiplexId
@Stability(Stable) public CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder multiplexId(String multiplexId) - 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:
this
-
programName
@Stability(Stable) public CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder programName(String programName) - Parameters:
programName
- The program name of the Multiplex program that the encoder is providing output to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.MultiplexProgramChannelDestinationSettingsProperty>
- Returns:
- a new instance of
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-