Interface FeatureActivations.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FeatureActivations.Builder,,- FeatureActivations> - SdkBuilder<FeatureActivations.Builder,,- FeatureActivations> - SdkPojo
- Enclosing class:
- FeatureActivations
@Mutable
@NotThreadSafe
public static interface FeatureActivations.Builder
extends SdkPojo, CopyableBuilder<FeatureActivations.Builder,FeatureActivations> 
- 
Method SummaryModifier and TypeMethodDescriptioninputPrepareScheduleActions(String inputPrepareScheduleActions) Enables the Input Prepare feature.inputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions) Enables the Input Prepare feature.outputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions) Enables the output static image overlay feature.outputStaticImageOverlayScheduleActions(FeatureActivationsOutputStaticImageOverlayScheduleActions outputStaticImageOverlayScheduleActions) Enables the output static image overlay feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
inputPrepareScheduleActionsEnables 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
inputPrepareScheduleActionsFeatureActivations.Builder inputPrepareScheduleActions(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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputStaticImageOverlayScheduleActionsFeatureActivations.Builder outputStaticImageOverlayScheduleActions(String 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputStaticImageOverlayScheduleActionsFeatureActivations.Builder outputStaticImageOverlayScheduleActions(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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-