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) ThefontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format.ThemimeType
of 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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
mimeType
of 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
- ThemimeType
of 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
fontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format.- Parameters:
fontFamily
- ThefontFamily
name 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.
-