Uses of Interface
software.amazon.awssdk.services.medialive.model.MotionGraphicsConfiguration.Builder
-
Packages that use MotionGraphicsConfiguration.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MotionGraphicsConfiguration.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return MotionGraphicsConfiguration.Builder Modifier and Type Method Description static MotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration. builder()MotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration.Builder. motionGraphicsInsertion(String motionGraphicsInsertion)Sets the value of the MotionGraphicsInsertion property for this object.MotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration.Builder. motionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion)Sets the value of the MotionGraphicsInsertion property for this object.default MotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration.Builder. motionGraphicsSettings(Consumer<MotionGraphicsSettings.Builder> motionGraphicsSettings)Motion Graphics Settings This is a convenience method that creates an instance of theMotionGraphicsSettings.Builderavoiding the need to create one manually viaMotionGraphicsSettings.builder().MotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration.Builder. motionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)Motion Graphics SettingsMotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MotionGraphicsConfiguration.Builder Modifier and Type Method Description static Class<? extends MotionGraphicsConfiguration.Builder>MotionGraphicsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type MotionGraphicsConfiguration.Builder Modifier and Type Method Description default EncoderSettings.BuilderEncoderSettings.Builder. motionGraphicsConfiguration(Consumer<MotionGraphicsConfiguration.Builder> motionGraphicsConfiguration)Settings for motion graphics.
-