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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
url
The 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.
-
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.
- Parameters:
mimeType- ThemimeTypeof 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.
-
fontFamily
The
fontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format.- Parameters:
fontFamily- ThefontFamilyname 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.
-