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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #adBreaks(List) .adBreaks - a consumer that will call methods on List.Builder #adBreaks(List) CreateProgramRequest.Builder channelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.CreateProgramRequest.Builder programName(String programName)
The identifier for the program you are working on.
programName - The identifier for the program you are working on.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 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 © 2021. All rights reserved.