Interface HlsId3SegmentTaggingScheduleActionSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HlsId3SegmentTaggingScheduleActionSettings.Builder,HlsId3SegmentTaggingScheduleActionSettings>,SdkBuilder<HlsId3SegmentTaggingScheduleActionSettings.Builder,HlsId3SegmentTaggingScheduleActionSettings>,SdkPojo
- Enclosing class:
- HlsId3SegmentTaggingScheduleActionSettings
public static interface HlsId3SegmentTaggingScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<HlsId3SegmentTaggingScheduleActionSettings.Builder,HlsId3SegmentTaggingScheduleActionSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HlsId3SegmentTaggingScheduleActionSettings.Builderid3(String id3)Complete this parameter if you want to specify the entire ID3 metadata.HlsId3SegmentTaggingScheduleActionSettings.Buildertag(String tag)Complete this parameter if you want to specify only the metadata, not the entire frame.-
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 Detail
-
tag
HlsId3SegmentTaggingScheduleActionSettings.Builder tag(String tag)
Complete this parameter if you want to specify only the metadata, not the entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the value as plain text. You can include standard MediaLive variable data such as the current segment number.- Parameters:
tag- Complete this parameter if you want to specify only the metadata, not the entire frame. MediaLive will insert the metadata in a TXXX frame. Enter the value as plain text. You can include standard MediaLive variable data such as the current segment number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id3
HlsId3SegmentTaggingScheduleActionSettings.Builder id3(String id3)
Complete this parameter if you want to specify the entire ID3 metadata. Enter a base64 string that contains one or more fully formed ID3 tags, according to the ID3 specification: http://id3.org/id3v2.4.0-structure- Parameters:
id3- Complete this parameter if you want to specify the entire ID3 metadata. Enter a base64 string that contains one or more fully formed ID3 tags, according to the ID3 specification: http://id3.org/id3v2.4.0-structure- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-