Class CfnChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin>
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static final class CfnChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin>
A fluent builder for
CfnChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()channelGroupName(String channelGroupName) The name of the channel group associated with the channel configuration.channelName(String channelName) The name of the channel.static CfnChannelPropsMixin.Buildercreate()static CfnChannelPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the channel.inputSwitchConfiguration(CfnChannelPropsMixin.InputSwitchConfigurationProperty inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.inputSwitchConfiguration(IResolvable inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.outputHeaderConfiguration(CfnChannelPropsMixin.OutputHeaderConfigurationProperty outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.outputHeaderConfiguration(IResolvable outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
-
Method Details
-
create
@Stability(Stable) public static CfnChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChannelPropsMixin.Builder.
-
channelGroupName
The name of the channel group associated with the channel configuration.- Parameters:
channelGroupName- The name of the channel group associated with the channel configuration. This parameter is required.- Returns:
this- See Also:
-
channelName
The name of the channel.- Parameters:
channelName- The name of the channel. This parameter is required.- Returns:
this- See Also:
-
description
The description of the channel.- Parameters:
description- The description of the channel. This parameter is required.- Returns:
this- See Also:
-
inputSwitchConfiguration
@Stability(Stable) public CfnChannelPropsMixin.Builder inputSwitchConfiguration(IResolvable inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.- Parameters:
inputSwitchConfiguration- The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This parameter is required.- Returns:
this- See Also:
-
inputSwitchConfiguration
@Stability(Stable) public CfnChannelPropsMixin.Builder inputSwitchConfiguration(CfnChannelPropsMixin.InputSwitchConfigurationProperty inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.- Parameters:
inputSwitchConfiguration- The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This parameter is required.- Returns:
this- See Also:
-
inputType
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.If unprovided, it will default to HLS to preserve current behavior.
The allowed values are:
HLS- The HLS streaming specification (which defines M3U8 manifests and TS segments).CMAF- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
- Parameters:
inputType- The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. This parameter is required.- Returns:
this- See Also:
-
outputHeaderConfiguration
@Stability(Stable) public CfnChannelPropsMixin.Builder outputHeaderConfiguration(IResolvable outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.- Parameters:
outputHeaderConfiguration- The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This parameter is required.- Returns:
this- See Also:
-
outputHeaderConfiguration
@Stability(Stable) public CfnChannelPropsMixin.Builder outputHeaderConfiguration(CfnChannelPropsMixin.OutputHeaderConfigurationProperty outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.- Parameters:
outputHeaderConfiguration- The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin>- Returns:
- a newly built instance of
CfnChannelPropsMixin.
-