Uses of Interface
software.amazon.awssdk.services.medialive.model.MotionGraphicsDeactivateScheduleActionSettings.Builder
-
Packages that use MotionGraphicsDeactivateScheduleActionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MotionGraphicsDeactivateScheduleActionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return MotionGraphicsDeactivateScheduleActionSettings.Builder Modifier and Type Method Description static MotionGraphicsDeactivateScheduleActionSettings.BuilderMotionGraphicsDeactivateScheduleActionSettings. builder()MotionGraphicsDeactivateScheduleActionSettings.BuilderMotionGraphicsDeactivateScheduleActionSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MotionGraphicsDeactivateScheduleActionSettings.Builder Modifier and Type Method Description static Class<? extends MotionGraphicsDeactivateScheduleActionSettings.Builder>MotionGraphicsDeactivateScheduleActionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type MotionGraphicsDeactivateScheduleActionSettings.Builder Modifier and Type Method Description default ScheduleActionSettings.BuilderScheduleActionSettings.Builder. motionGraphicsImageDeactivateSettings(Consumer<MotionGraphicsDeactivateScheduleActionSettings.Builder> motionGraphicsImageDeactivateSettings)Action to deactivate a motion graphics image overlay This is a convenience method that creates an instance of theMotionGraphicsDeactivateScheduleActionSettings.Builderavoiding the need to create one manually viaMotionGraphicsDeactivateScheduleActionSettings.builder().
-