Class CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty>
- Enclosing interface:
CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty
@Stability(Stable)
public static final class CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ttmlProfile(String ttmlProfile)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ttmlProfile
@Stability(Stable) public CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty.Builder ttmlProfile(String ttmlProfile) - Parameters:
ttmlProfile- The profile that MediaPackage uses when signaling subtitles in the manifest.IMSCis the default profile.EBU-TT-Dproduces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see EBU-TT-D Subtitling Distribution Format .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty>- Returns:
- a new instance of
CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-