public static interface CreateProgramRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateProgramRequest.Builder,CreateProgramRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProgramRequest.Builder adBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
adBreaks - The ad break configuration settings.CreateProgramRequest.Builder adBreaks(AdBreak... adBreaks)
The ad break configuration settings.
adBreaks - The ad break configuration settings.CreateProgramRequest.Builder adBreaks(Consumer<AdBreak.Builder>... adBreaks)
The ad break configuration settings.
This is a convenience method that creates an instance of theAdBreak.Builder avoiding the need to create one
manually via AdBreak.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #adBreaks(List.
adBreaks - a consumer that will call methods on
AdBreak.Builder#adBreaks(java.util.Collection) CreateProgramRequest.Builder channelName(String channelName)
The name of the channel for this Program.
channelName - The name of the channel for this Program.CreateProgramRequest.Builder liveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
liveSourceName - The name of the LiveSource for this Program.CreateProgramRequest.Builder programName(String programName)
The name of the Program.
programName - The name of the Program.CreateProgramRequest.Builder scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The schedule configuration settings.
scheduleConfiguration - The schedule configuration settings.default CreateProgramRequest.Builder scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)
The schedule configuration settings.
This is a convenience method that creates an instance of theScheduleConfiguration.Builder avoiding
the need to create one manually via ScheduleConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to scheduleConfiguration(ScheduleConfiguration).
scheduleConfiguration - a consumer that will call methods on ScheduleConfiguration.BuilderscheduleConfiguration(ScheduleConfiguration)CreateProgramRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName - The name of the source location.CreateProgramRequest.Builder vodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
vodSourceName - The name that's used to refer to a VOD source.CreateProgramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProgramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.