Interface DashDvbFontDownload.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DashDvbFontDownload.Builder,,- DashDvbFontDownload> - SdkBuilder<DashDvbFontDownload.Builder,,- DashDvbFontDownload> - SdkPojo
- Enclosing class:
- DashDvbFontDownload
@Mutable
@NotThreadSafe
public static interface DashDvbFontDownload.Builder
extends SdkPojo, CopyableBuilder<DashDvbFontDownload.Builder,DashDvbFontDownload> 
- 
Method SummaryModifier and TypeMethodDescriptionfontFamily(String fontFamily) ThefontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format.ThemimeTypeof the resource that's at the font download URL.The URL for downloading fonts for subtitles.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- 
urlThe URL for downloading fonts for subtitles. - Parameters:
- url- The URL for downloading fonts for subtitles.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mimeTypeThe mimeTypeof the resource that's at the font download URL.For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks document. - Parameters:
- mimeType- The- mimeTypeof the resource that's at the font download URL.- For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks document. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fontFamilyThe fontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format.- Parameters:
- fontFamily- The- fontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-