Class CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty>
- Enclosing interface:
CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty
@Stability(Stable)
public static final class CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.streamingMediaFileConditioning(String streamingMediaFileConditioning)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
streamingMediaFileConditioning
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty.Builder streamingMediaFileConditioning(String streamingMediaFileConditioning) Sets the value ofCfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty.getStreamingMediaFileConditioning()- Parameters:
streamingMediaFileConditioning- For ads that have media files with streaming delivery and supported file extensions, indicates what transcoding action MediaTailor takes when it first receives these ads from the ADS.TRANSCODEindicates that MediaTailor must transcode the ads.NONEindicates that you have already transcoded the ads outside of MediaTailor and don't need them transcoded as part of the ad insertion workflow. For more information about ad conditioning see Using preconditioned ads in the AWS Elemental MediaTailor user guide.- Returns:
this
-
build
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty>- Returns:
- a new instance of
CfnPlaybackConfigurationPropsMixin.AdConditioningConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-