Class CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.MediaPackageOutputDestinationSettingsProperty>
- Enclosing interface:
- CfnChannel.MediaPackageOutputDestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.MediaPackageOutputDestinationSettingsProperty>
A builder for
CfnChannel.MediaPackageOutputDestinationSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnChannel.MediaPackageOutputDestinationSettingsProperty.getChannelId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelId
@Stability(Stable) public CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder channelId(String channelId) Sets the value ofCfnChannel.MediaPackageOutputDestinationSettingsProperty.getChannelId()
- Parameters:
channelId
- The ID of the channel in MediaPackage that is the destination for this output group. You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.MediaPackageOutputDestinationSettingsProperty>
- Returns:
- a new instance of
CfnChannel.MediaPackageOutputDestinationSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-