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)Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structureHlsId3SegmentTaggingScheduleActionSettings.Buildertag(String tag)ID3 tag to insert into each segment.-
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, sdkFields
-
-
-
-
Method Detail
-
tag
HlsId3SegmentTaggingScheduleActionSettings.Builder tag(String tag)
ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\nSupported keyword identifiers: https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html- Parameters:
tag- ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\nSupported keyword identifiers: https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id3
HlsId3SegmentTaggingScheduleActionSettings.Builder id3(String id3)
Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure- Parameters:
id3- Base64 string formatted 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.
-
-