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 SummaryModifier and TypeMethodDescriptionmqcsInputSwitching(Boolean mqcsInputSwitching) When true, AWS Elemental MediaPackage performs input switching based on the MQCS.preferredInput(Integer preferredInput) For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores.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- 
mqcsInputSwitchingWhen true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when InputTypeisCMAF.- Parameters:
- mqcsInputSwitching- When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when- InputTypeis- CMAF.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
preferredInputFor CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select 1to prefer the first ingest endpoint, or2to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.- Parameters:
- preferredInput- For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select- 1to prefer the first ingest endpoint, or- 2to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-