Class Scte35SpliceInsertScheduleActionSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Scte35SpliceInsertScheduleActionSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Scte35SpliceInsertScheduleActionSettings.Builder,Scte35SpliceInsertScheduleActionSettings>
@Generated("software.amazon.awssdk:codegen") public final class Scte35SpliceInsertScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte35SpliceInsertScheduleActionSettings.Builder,Scte35SpliceInsertScheduleActionSettings>
Settings for a SCTE-35 splice_insert message.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScte35SpliceInsertScheduleActionSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Scte35SpliceInsertScheduleActionSettings.Builderbuilder()Longduration()Optional, the duration for the splice_insert, in 90 KHz ticks.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Scte35SpliceInsertScheduleActionSettings.Builder>serializableBuilderClass()LongspliceEventId()The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.Scte35SpliceInsertScheduleActionSettings.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
-
duration
public final Long duration()
Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.- Returns:
- Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.
-
spliceEventId
public final Long spliceEventId()
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.- Returns:
- The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
-
toBuilder
public Scte35SpliceInsertScheduleActionSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Scte35SpliceInsertScheduleActionSettings.Builder,Scte35SpliceInsertScheduleActionSettings>
-
builder
public static Scte35SpliceInsertScheduleActionSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Scte35SpliceInsertScheduleActionSettings.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.
-
-