Class FeatureActivations
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.FeatureActivations
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FeatureActivations.Builder,FeatureActivations>
@Generated("software.amazon.awssdk:codegen") public final class FeatureActivations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FeatureActivations.Builder,FeatureActivations>
Feature Activations- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFeatureActivations.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FeatureActivations.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FeatureActivationsInputPrepareScheduleActionsinputPrepareScheduleActions()Enables the Input Prepare feature.StringinputPrepareScheduleActionsAsString()Enables the Input Prepare feature.FeatureActivationsOutputStaticImageOverlayScheduleActionsoutputStaticImageOverlayScheduleActions()Enables the output static image overlay feature.StringoutputStaticImageOverlayScheduleActionsAsString()Enables the output static image overlay feature.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FeatureActivations.Builder>serializableBuilderClass()FeatureActivations.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputPrepareScheduleActions
public final FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions()
Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.If the service returns an enum value that is not available in the current SDK version,
inputPrepareScheduleActionswill returnFeatureActivationsInputPrepareScheduleActions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputPrepareScheduleActionsAsString().- Returns:
- Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
- See Also:
FeatureActivationsInputPrepareScheduleActions
-
inputPrepareScheduleActionsAsString
public final String inputPrepareScheduleActionsAsString()
Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.If the service returns an enum value that is not available in the current SDK version,
inputPrepareScheduleActionswill returnFeatureActivationsInputPrepareScheduleActions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputPrepareScheduleActionsAsString().- Returns:
- Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
- See Also:
FeatureActivationsInputPrepareScheduleActions
-
outputStaticImageOverlayScheduleActions
public final FeatureActivationsOutputStaticImageOverlayScheduleActions outputStaticImageOverlayScheduleActions()
Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output bases.If the service returns an enum value that is not available in the current SDK version,
outputStaticImageOverlayScheduleActionswill returnFeatureActivationsOutputStaticImageOverlayScheduleActions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputStaticImageOverlayScheduleActionsAsString().- Returns:
- Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output bases.
- See Also:
FeatureActivationsOutputStaticImageOverlayScheduleActions
-
outputStaticImageOverlayScheduleActionsAsString
public final String outputStaticImageOverlayScheduleActionsAsString()
Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output bases.If the service returns an enum value that is not available in the current SDK version,
outputStaticImageOverlayScheduleActionswill returnFeatureActivationsOutputStaticImageOverlayScheduleActions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputStaticImageOverlayScheduleActionsAsString().- Returns:
- Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output bases.
- See Also:
FeatureActivationsOutputStaticImageOverlayScheduleActions
-
toBuilder
public FeatureActivations.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FeatureActivations.Builder,FeatureActivations>
-
builder
public static FeatureActivations.Builder builder()
-
serializableBuilderClass
public static Class<? extends FeatureActivations.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-