Class ScteDash
- java.lang.Object
-
- software.amazon.awssdk.services.mediapackagev2.model.ScteDash
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScteDash.Builder,ScteDash>
@Generated("software.amazon.awssdk:codegen") public final class ScteDash extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScteDash.Builder,ScteDash>
The SCTE configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScteDash.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AdMarkerDashadMarkerDash()Choose how ad markers are included in the packaged content.StringadMarkerDashAsString()Choose how ad markers are included in the packaged content.static ScteDash.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ScteDash.Builder>serializableBuilderClass()ScteDash.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
-
adMarkerDash
public final AdMarkerDash adMarkerDash()
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
-
Binary- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML. -
XML- The SCTE marker is expressed fully in XML.
If the service returns an enum value that is not available in the current SDK version,
adMarkerDashwill returnAdMarkerDash.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromadMarkerDashAsString().- Returns:
- Choose how ad markers are included in the packaged content. If you include ad markers in the content
stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in
the output.
Value description:
-
Binary- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML. -
XML- The SCTE marker is expressed fully in XML.
-
- See Also:
AdMarkerDash
-
-
adMarkerDashAsString
public final String adMarkerDashAsString()
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
-
Binary- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML. -
XML- The SCTE marker is expressed fully in XML.
If the service returns an enum value that is not available in the current SDK version,
adMarkerDashwill returnAdMarkerDash.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromadMarkerDashAsString().- Returns:
- Choose how ad markers are included in the packaged content. If you include ad markers in the content
stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in
the output.
Value description:
-
Binary- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML. -
XML- The SCTE marker is expressed fully in XML.
-
- See Also:
AdMarkerDash
-
-
toBuilder
public ScteDash.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScteDash.Builder,ScteDash>
-
builder
public static ScteDash.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScteDash.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.
-
-