Interface DashTtmlConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DashTtmlConfiguration.Builder,,- DashTtmlConfiguration> - SdkBuilder<DashTtmlConfiguration.Builder,,- DashTtmlConfiguration> - SdkPojo
- Enclosing class:
- DashTtmlConfiguration
@Mutable
@NotThreadSafe
public static interface DashTtmlConfiguration.Builder
extends SdkPojo, CopyableBuilder<DashTtmlConfiguration.Builder,DashTtmlConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionttmlProfile(String ttmlProfile) The profile that MediaPackage uses when signaling subtitles in the manifest.ttmlProfile(DashTtmlProfile ttmlProfile) The profile that MediaPackage uses when signaling subtitles in the manifest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ttmlProfileThe 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.- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ttmlProfileThe 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.- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-