Interface Scte35SpliceInsertScheduleActionSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Scte35SpliceInsertScheduleActionSettings.Builder,Scte35SpliceInsertScheduleActionSettings>,SdkBuilder<Scte35SpliceInsertScheduleActionSettings.Builder,Scte35SpliceInsertScheduleActionSettings>,SdkPojo
- Enclosing class:
- Scte35SpliceInsertScheduleActionSettings
public static interface Scte35SpliceInsertScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<Scte35SpliceInsertScheduleActionSettings.Builder,Scte35SpliceInsertScheduleActionSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scte35SpliceInsertScheduleActionSettings.Builderduration(Long duration)Optional, the duration for the splice_insert, in 90 KHz ticks.Scte35SpliceInsertScheduleActionSettings.BuilderspliceEventId(Long spliceEventId)The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
duration
Scte35SpliceInsertScheduleActionSettings.Builder duration(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
spliceEventId
Scte35SpliceInsertScheduleActionSettings.Builder spliceEventId(Long spliceEventId)
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.- Parameters:
spliceEventId- The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-