Interface OutputHeaderConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputHeaderConfiguration.Builder,,OutputHeaderConfiguration> SdkBuilder<OutputHeaderConfiguration.Builder,,OutputHeaderConfiguration> SdkPojo
- Enclosing class:
OutputHeaderConfiguration
@Mutable
@NotThreadSafe
public static interface OutputHeaderConfiguration.Builder
extends SdkPojo, CopyableBuilder<OutputHeaderConfiguration.Builder,OutputHeaderConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpublishMQCS(Boolean publishMQCS) When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
publishMQCS
When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only when
InputTypeisCMAF.- Parameters:
publishMQCS- When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only whenInputTypeisCMAF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-