public static interface ScheduleAdBreak.Builder extends SdkPojo, CopyableBuilder<ScheduleAdBreak.Builder,ScheduleAdBreak>
| Modifier and Type | Method and Description |
|---|---|
ScheduleAdBreak.Builder |
approximateDurationSeconds(Long approximateDurationSeconds)
The approximate duration of the ad break, in seconds.
|
ScheduleAdBreak.Builder |
approximateStartTime(Instant approximateStartTime)
The approximate time that the ad will start playing.
|
ScheduleAdBreak.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location containing the VOD source used for the ad break.
|
ScheduleAdBreak.Builder |
vodSourceName(String vodSourceName)
The name of the VOD source used for the ad break.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduleAdBreak.Builder approximateDurationSeconds(Long approximateDurationSeconds)
The approximate duration of the ad break, in seconds.
approximateDurationSeconds - The approximate duration of the ad break, in seconds.ScheduleAdBreak.Builder approximateStartTime(Instant approximateStartTime)
The approximate time that the ad will start playing.
approximateStartTime - The approximate time that the ad will start playing.ScheduleAdBreak.Builder sourceLocationName(String sourceLocationName)
The name of the source location containing the VOD source used for the ad break.
sourceLocationName - The name of the source location containing the VOD source used for the ad break.ScheduleAdBreak.Builder vodSourceName(String vodSourceName)
The name of the VOD source used for the ad break.
vodSourceName - The name of the VOD source used for the ad break.Copyright © 2021. All rights reserved.