Uses of Interface
software.amazon.awssdk.services.medialive.model.FeatureActivations.Builder
-
Packages that use FeatureActivations.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of FeatureActivations.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return FeatureActivations.Builder Modifier and Type Method Description static FeatureActivations.BuilderFeatureActivations. builder()FeatureActivations.BuilderFeatureActivations.Builder. inputPrepareScheduleActions(String inputPrepareScheduleActions)Enables the Input Prepare feature.FeatureActivations.BuilderFeatureActivations.Builder. inputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions)Enables the Input Prepare feature.FeatureActivations.BuilderFeatureActivations.Builder. outputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions)Enables the output static image overlay feature.FeatureActivations.BuilderFeatureActivations.Builder. outputStaticImageOverlayScheduleActions(FeatureActivationsOutputStaticImageOverlayScheduleActions outputStaticImageOverlayScheduleActions)Enables the output static image overlay feature.FeatureActivations.BuilderFeatureActivations. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type FeatureActivations.Builder Modifier and Type Method Description static Class<? extends FeatureActivations.Builder>FeatureActivations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type FeatureActivations.Builder Modifier and Type Method Description default EncoderSettings.BuilderEncoderSettings.Builder. featureActivations(Consumer<FeatureActivations.Builder> featureActivations)Feature Activations This is a convenience method that creates an instance of theFeatureActivations.Builderavoiding the need to create one manually viaFeatureActivations.builder().
-