Interface InputSwitchConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputSwitchConfiguration.Builder,
,InputSwitchConfiguration> SdkBuilder<InputSwitchConfiguration.Builder,
,InputSwitchConfiguration> SdkPojo
- Enclosing class:
InputSwitchConfiguration
@Mutable
@NotThreadSafe
public static interface InputSwitchConfiguration.Builder
extends SdkPojo, CopyableBuilder<InputSwitchConfiguration.Builder,InputSwitchConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmqcsInputSwitching
(Boolean mqcsInputSwitching) When true, AWS Elemental MediaPackage performs input switching based on the MQCS.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mqcsInputSwitching
When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when
InputType
isCMAF
.- Parameters:
mqcsInputSwitching
- When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only whenInputType
isCMAF
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-