Class CfnChannelPropsMixin.RequestOutputItemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnChannelPropsMixin.RequestOutputItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.RequestOutputItemProperty>
- Enclosing interface:
CfnChannelPropsMixin.RequestOutputItemProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.RequestOutputItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.RequestOutputItemProperty>
A builder for
CfnChannelPropsMixin.RequestOutputItemProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dashPlaylistSettings(CfnChannelPropsMixin.DashPlaylistSettingsProperty dashPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getDashPlaylistSettings()dashPlaylistSettings(IResolvable dashPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getDashPlaylistSettings()hlsPlaylistSettings(CfnChannelPropsMixin.HlsPlaylistSettingsProperty hlsPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getHlsPlaylistSettings()hlsPlaylistSettings(IResolvable hlsPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getHlsPlaylistSettings()manifestName(String manifestName) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getManifestName()sourceGroup(String sourceGroup) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getSourceGroup()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dashPlaylistSettings
@Stability(Stable) public CfnChannelPropsMixin.RequestOutputItemProperty.Builder dashPlaylistSettings(IResolvable dashPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getDashPlaylistSettings()- Parameters:
dashPlaylistSettings- DASH manifest configuration parameters.- Returns:
this
-
dashPlaylistSettings
@Stability(Stable) public CfnChannelPropsMixin.RequestOutputItemProperty.Builder dashPlaylistSettings(CfnChannelPropsMixin.DashPlaylistSettingsProperty dashPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getDashPlaylistSettings()- Parameters:
dashPlaylistSettings- DASH manifest configuration parameters.- Returns:
this
-
hlsPlaylistSettings
@Stability(Stable) public CfnChannelPropsMixin.RequestOutputItemProperty.Builder hlsPlaylistSettings(IResolvable hlsPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getHlsPlaylistSettings()- Parameters:
hlsPlaylistSettings- HLS playlist configuration parameters.- Returns:
this
-
hlsPlaylistSettings
@Stability(Stable) public CfnChannelPropsMixin.RequestOutputItemProperty.Builder hlsPlaylistSettings(CfnChannelPropsMixin.HlsPlaylistSettingsProperty hlsPlaylistSettings) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getHlsPlaylistSettings()- Parameters:
hlsPlaylistSettings- HLS playlist configuration parameters.- Returns:
this
-
manifestName
@Stability(Stable) public CfnChannelPropsMixin.RequestOutputItemProperty.Builder manifestName(String manifestName) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getManifestName()- Parameters:
manifestName- The name of the manifest for the channel. The name appears in thePlaybackUrl.- Returns:
this
-
sourceGroup
@Stability(Stable) public CfnChannelPropsMixin.RequestOutputItemProperty.Builder sourceGroup(String sourceGroup) Sets the value ofCfnChannelPropsMixin.RequestOutputItemProperty.getSourceGroup()- Parameters:
sourceGroup- A string used to match whichHttpPackageConfigurationis used for eachVodSource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.RequestOutputItemProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.RequestOutputItemProperty - Throws:
NullPointerException- if any required attribute was not provided
-