Class EsamSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.EsamSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EsamSettings.Builder,EsamSettings>
@Generated("software.amazon.awssdk:codegen") public final class EsamSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EsamSettings.Builder,EsamSettings>
Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EsamSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EsamSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
EsamManifestConfirmConditionNotification
manifestConfirmConditionNotification()
Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025.Integer
responseSignalPreroll()
Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends EsamSettings.Builder>
serializableBuilderClass()
EsamSignalProcessingNotification
signalProcessingNotification()
Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025.EsamSettings.Builder
toBuilder()
String
toString()
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
-
manifestConfirmConditionNotification
public final EsamManifestConfirmConditionNotification manifestConfirmConditionNotification()
Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the manifest conditioning instructions that you provide in the setting MCC XML.- Returns:
- Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the manifest conditioning instructions that you provide in the setting MCC XML.
-
responseSignalPreroll
public final Integer responseSignalPreroll()
Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to. If the time between the start of the asset and the SCTE-35 message is less than this value, then the transcoder places the SCTE-35 marker at the beginning of the stream.- Returns:
- Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to. If the time between the start of the asset and the SCTE-35 message is less than this value, then the transcoder places the SCTE-35 marker at the beginning of the stream.
-
signalProcessingNotification
public final EsamSignalProcessingNotification signalProcessingNotification()
Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the signal processing instructions that you provide in the setting SCC XML.- Returns:
- Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the signal processing instructions that you provide in the setting SCC XML.
-
toBuilder
public EsamSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EsamSettings.Builder,EsamSettings>
-
builder
public static EsamSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends EsamSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-