Uses of Interface
software.amazon.awssdk.services.medialive.model.StaticImageOutputDeactivateScheduleActionSettings.Builder
-
Packages that use StaticImageOutputDeactivateScheduleActionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of StaticImageOutputDeactivateScheduleActionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return StaticImageOutputDeactivateScheduleActionSettings.Builder Modifier and Type Method Description static StaticImageOutputDeactivateScheduleActionSettings.BuilderStaticImageOutputDeactivateScheduleActionSettings. builder()StaticImageOutputDeactivateScheduleActionSettings.BuilderStaticImageOutputDeactivateScheduleActionSettings.Builder. fadeOut(Integer fadeOut)The time in milliseconds for the image to fade out.StaticImageOutputDeactivateScheduleActionSettings.BuilderStaticImageOutputDeactivateScheduleActionSettings.Builder. layer(Integer layer)The image overlay layer to deactivate, 0 to 7.StaticImageOutputDeactivateScheduleActionSettings.BuilderStaticImageOutputDeactivateScheduleActionSettings.Builder. outputNames(String... outputNames)The name(s) of the output(s) the deactivation should apply to.StaticImageOutputDeactivateScheduleActionSettings.BuilderStaticImageOutputDeactivateScheduleActionSettings.Builder. outputNames(Collection<String> outputNames)The name(s) of the output(s) the deactivation should apply to.StaticImageOutputDeactivateScheduleActionSettings.BuilderStaticImageOutputDeactivateScheduleActionSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type StaticImageOutputDeactivateScheduleActionSettings.Builder Modifier and Type Method Description static Class<? extends StaticImageOutputDeactivateScheduleActionSettings.Builder>StaticImageOutputDeactivateScheduleActionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type StaticImageOutputDeactivateScheduleActionSettings.Builder Modifier and Type Method Description default ScheduleActionSettings.BuilderScheduleActionSettings.Builder. staticImageOutputDeactivateSettings(Consumer<StaticImageOutputDeactivateScheduleActionSettings.Builder> staticImageOutputDeactivateSettings)Action to deactivate a static image overlay in one or more specified outputs This is a convenience method that creates an instance of theStaticImageOutputDeactivateScheduleActionSettings.Builderavoiding the need to create one manually viaStaticImageOutputDeactivateScheduleActionSettings.builder().
-