Class CfnChannel.MultiplexOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.MultiplexOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.MultiplexOutputSettingsProperty>
- Enclosing interface:
CfnChannel.MultiplexOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannel.MultiplexOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.MultiplexOutputSettingsProperty>
A builder for
CfnChannel.MultiplexOutputSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.destination
(IResolvable destination) Sets the value ofCfnChannel.MultiplexOutputSettingsProperty.getDestination()
destination
(CfnChannel.OutputLocationRefProperty destination) Sets the value ofCfnChannel.MultiplexOutputSettingsProperty.getDestination()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnChannel.MultiplexOutputSettingsProperty.Builder destination(IResolvable destination) Sets the value ofCfnChannel.MultiplexOutputSettingsProperty.getDestination()
- Parameters:
destination
- Destination is a Multiplex.- Returns:
this
-
destination
@Stability(Stable) public CfnChannel.MultiplexOutputSettingsProperty.Builder destination(CfnChannel.OutputLocationRefProperty destination) Sets the value ofCfnChannel.MultiplexOutputSettingsProperty.getDestination()
- Parameters:
destination
- Destination is a Multiplex.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.MultiplexOutputSettingsProperty>
- Returns:
- a new instance of
CfnChannel.MultiplexOutputSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-