Class CfnOriginEndpoint.DashTtmlConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashTtmlConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpoint.DashTtmlConfigurationProperty>
- Enclosing interface:
CfnOriginEndpoint.DashTtmlConfigurationProperty
@Stability(Stable)
public static final class CfnOriginEndpoint.DashTtmlConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpoint.DashTtmlConfigurationProperty>
A builder for
CfnOriginEndpoint.DashTtmlConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.ttmlProfile
(String ttmlProfile) Sets the value ofCfnOriginEndpoint.DashTtmlConfigurationProperty.getTtmlProfile()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ttmlProfile
@Stability(Stable) public CfnOriginEndpoint.DashTtmlConfigurationProperty.Builder ttmlProfile(String ttmlProfile) Sets the value ofCfnOriginEndpoint.DashTtmlConfigurationProperty.getTtmlProfile()
- Parameters:
ttmlProfile
- The profile that MediaPackage uses when signaling subtitles in the manifest. This parameter is required.IMSC
is the default profile.EBU-TT-D
produces 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnOriginEndpoint.DashTtmlConfigurationProperty>
- Returns:
- a new instance of
CfnOriginEndpoint.DashTtmlConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-