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