Class HlsId3SegmentTaggingScheduleActionSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.HlsId3SegmentTaggingScheduleActionSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HlsId3SegmentTaggingScheduleActionSettings.Builder,HlsId3SegmentTaggingScheduleActionSettings>
@Generated("software.amazon.awssdk:codegen") public final class HlsId3SegmentTaggingScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsId3SegmentTaggingScheduleActionSettings.Builder,HlsId3SegmentTaggingScheduleActionSettings>
Settings for the action to insert ID3 metadata in every segment, in HLS output groups.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHlsId3SegmentTaggingScheduleActionSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HlsId3SegmentTaggingScheduleActionSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid3()Complete this parameter if you want to specify the entire ID3 metadata.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HlsId3SegmentTaggingScheduleActionSettings.Builder>serializableBuilderClass()Stringtag()Complete this parameter if you want to specify only the metadata, not the entire frame.HlsId3SegmentTaggingScheduleActionSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tag
public final 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.- Returns:
- 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.
-
id3
public final 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- Returns:
- 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
-
toBuilder
public HlsId3SegmentTaggingScheduleActionSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HlsId3SegmentTaggingScheduleActionSettings.Builder,HlsId3SegmentTaggingScheduleActionSettings>
-
builder
public static HlsId3SegmentTaggingScheduleActionSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends HlsId3SegmentTaggingScheduleActionSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-