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