| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static FeatureActivations.Builder |
FeatureActivations.builder() |
FeatureActivations.Builder |
FeatureActivations.Builder.inputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions)
Enables the Input Prepare feature.
|
FeatureActivations.Builder |
FeatureActivations.Builder.inputPrepareScheduleActions(String inputPrepareScheduleActions)
Enables the Input Prepare feature.
|
FeatureActivations.Builder |
FeatureActivations.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FeatureActivations.Builder> |
FeatureActivations.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EncoderSettings.Builder |
EncoderSettings.Builder.featureActivations(Consumer<FeatureActivations.Builder> featureActivations)
Feature Activations This is a convenience method that creates an instance of the
FeatureActivations.Builder avoiding the need to create one manually via
FeatureActivations.builder(). |
Copyright © 2022. All rights reserved.