public static interface ScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<ScheduleActionSettings.Builder,ScheduleActionSettings>
copy
applyMutation, build
ScheduleActionSettings.Builder inputSwitchSettings(InputSwitchScheduleActionSettings inputSwitchSettings)
inputSwitchSettings
- Settings to switch an inputdefault ScheduleActionSettings.Builder inputSwitchSettings(Consumer<InputSwitchScheduleActionSettings.Builder> inputSwitchSettings)
InputSwitchScheduleActionSettings.Builder
avoiding the need to create one manually via
InputSwitchScheduleActionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to inputSwitchSettings(InputSwitchScheduleActionSettings)
.inputSwitchSettings
- a consumer that will call methods on InputSwitchScheduleActionSettings.Builder
inputSwitchSettings(InputSwitchScheduleActionSettings)
ScheduleActionSettings.Builder scte35ReturnToNetworkSettings(Scte35ReturnToNetworkScheduleActionSettings scte35ReturnToNetworkSettings)
scte35ReturnToNetworkSettings
- Settings for SCTE-35 return_to_network messagedefault ScheduleActionSettings.Builder scte35ReturnToNetworkSettings(Consumer<Scte35ReturnToNetworkScheduleActionSettings.Builder> scte35ReturnToNetworkSettings)
Scte35ReturnToNetworkScheduleActionSettings.Builder
avoiding the need to create one manually via
Scte35ReturnToNetworkScheduleActionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
scte35ReturnToNetworkSettings(Scte35ReturnToNetworkScheduleActionSettings)
.scte35ReturnToNetworkSettings
- a consumer that will call methods on Scte35ReturnToNetworkScheduleActionSettings.Builder
scte35ReturnToNetworkSettings(Scte35ReturnToNetworkScheduleActionSettings)
ScheduleActionSettings.Builder scte35SpliceInsertSettings(Scte35SpliceInsertScheduleActionSettings scte35SpliceInsertSettings)
scte35SpliceInsertSettings
- Settings for SCTE-35 splice_insert messagedefault ScheduleActionSettings.Builder scte35SpliceInsertSettings(Consumer<Scte35SpliceInsertScheduleActionSettings.Builder> scte35SpliceInsertSettings)
Scte35SpliceInsertScheduleActionSettings.Builder
avoiding the need to create one manually via
Scte35SpliceInsertScheduleActionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
scte35SpliceInsertSettings(Scte35SpliceInsertScheduleActionSettings)
.scte35SpliceInsertSettings
- a consumer that will call methods on Scte35SpliceInsertScheduleActionSettings.Builder
scte35SpliceInsertSettings(Scte35SpliceInsertScheduleActionSettings)
ScheduleActionSettings.Builder scte35TimeSignalSettings(Scte35TimeSignalScheduleActionSettings scte35TimeSignalSettings)
scte35TimeSignalSettings
- Settings for SCTE-35 time_signal messagedefault ScheduleActionSettings.Builder scte35TimeSignalSettings(Consumer<Scte35TimeSignalScheduleActionSettings.Builder> scte35TimeSignalSettings)
Scte35TimeSignalScheduleActionSettings.Builder
avoiding the need to create one manually via
Scte35TimeSignalScheduleActionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
scte35TimeSignalSettings(Scte35TimeSignalScheduleActionSettings)
.scte35TimeSignalSettings
- a consumer that will call methods on Scte35TimeSignalScheduleActionSettings.Builder
scte35TimeSignalSettings(Scte35TimeSignalScheduleActionSettings)
ScheduleActionSettings.Builder staticImageActivateSettings(StaticImageActivateScheduleActionSettings staticImageActivateSettings)
staticImageActivateSettings
- Settings to activate a static image overlaydefault ScheduleActionSettings.Builder staticImageActivateSettings(Consumer<StaticImageActivateScheduleActionSettings.Builder> staticImageActivateSettings)
StaticImageActivateScheduleActionSettings.Builder
avoiding the need to create one manually via
StaticImageActivateScheduleActionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
staticImageActivateSettings(StaticImageActivateScheduleActionSettings)
.staticImageActivateSettings
- a consumer that will call methods on StaticImageActivateScheduleActionSettings.Builder
staticImageActivateSettings(StaticImageActivateScheduleActionSettings)
ScheduleActionSettings.Builder staticImageDeactivateSettings(StaticImageDeactivateScheduleActionSettings staticImageDeactivateSettings)
staticImageDeactivateSettings
- Settings to deactivate a static image overlaydefault ScheduleActionSettings.Builder staticImageDeactivateSettings(Consumer<StaticImageDeactivateScheduleActionSettings.Builder> staticImageDeactivateSettings)
StaticImageDeactivateScheduleActionSettings.Builder
avoiding the need to create one manually via
StaticImageDeactivateScheduleActionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
staticImageDeactivateSettings(StaticImageDeactivateScheduleActionSettings)
.staticImageDeactivateSettings
- a consumer that will call methods on StaticImageDeactivateScheduleActionSettings.Builder
staticImageDeactivateSettings(StaticImageDeactivateScheduleActionSettings)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.