Class ManifestProcessingRules
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.ManifestProcessingRules
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManifestProcessingRules.Builder,ManifestProcessingRules>
@Generated("software.amazon.awssdk:codegen") public final class ManifestProcessingRules extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManifestProcessingRules.Builder,ManifestProcessingRules>
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManifestProcessingRules.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AdMarkerPassthroughadMarkerPassthrough()For HLS, when set totrue, MediaTailor passes throughEXT-X-CUE-IN,EXT-X-CUE-OUT, andEXT-X-SPLICEPOINT-SCTE35ad markers from the origin manifest to the MediaTailor personalized manifest.static ManifestProcessingRules.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ManifestProcessingRules.Builder>serializableBuilderClass()ManifestProcessingRules.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
-
adMarkerPassthrough
public final AdMarkerPassthrough adMarkerPassthrough()
For HLS, when set to
true, MediaTailor passes throughEXT-X-CUE-IN,EXT-X-CUE-OUT, andEXT-X-SPLICEPOINT-SCTE35ad markers from the origin manifest to the MediaTailor personalized manifest.No logic is applied to these ad markers. For example, if
EXT-X-CUE-OUThas a value of60, but no ads are filled for that ad break, MediaTailor will not set the value to0.- Returns:
- For HLS, when set to
true, MediaTailor passes throughEXT-X-CUE-IN,EXT-X-CUE-OUT, andEXT-X-SPLICEPOINT-SCTE35ad markers from the origin manifest to the MediaTailor personalized manifest.No logic is applied to these ad markers. For example, if
EXT-X-CUE-OUThas a value of60, but no ads are filled for that ad break, MediaTailor will not set the value to0.
-
toBuilder
public ManifestProcessingRules.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManifestProcessingRules.Builder,ManifestProcessingRules>
-
builder
public static ManifestProcessingRules.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManifestProcessingRules.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.
-
-