public static interface UpdateProgramRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateProgramRequest.Builder,UpdateProgramRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProgramRequest.Builder adBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
adBreaks - The ad break configuration settings.UpdateProgramRequest.Builder adBreaks(AdBreak... adBreaks)
The ad break configuration settings.
adBreaks - The ad break configuration settings.UpdateProgramRequest.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) UpdateProgramRequest.Builder channelName(String channelName)
The name of the channel for this Program.
channelName - The name of the channel for this Program.UpdateProgramRequest.Builder programName(String programName)
The name of the Program.
programName - The name of the Program.UpdateProgramRequest.Builder scheduleConfiguration(UpdateProgramScheduleConfiguration scheduleConfiguration)
The schedule configuration settings.
scheduleConfiguration - The schedule configuration settings.default UpdateProgramRequest.Builder scheduleConfiguration(Consumer<UpdateProgramScheduleConfiguration.Builder> scheduleConfiguration)
The schedule configuration settings.
This is a convenience method that creates an instance of theUpdateProgramScheduleConfiguration.Builder avoiding the need to create one manually via
UpdateProgramScheduleConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to scheduleConfiguration(UpdateProgramScheduleConfiguration).
scheduleConfiguration - a consumer that will call methods on UpdateProgramScheduleConfiguration.BuilderscheduleConfiguration(UpdateProgramScheduleConfiguration)UpdateProgramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProgramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.