Interface AdConditioningConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AdConditioningConfiguration.Builder,,AdConditioningConfiguration> SdkBuilder<AdConditioningConfiguration.Builder,,AdConditioningConfiguration> SdkPojo
- Enclosing class:
 AdConditioningConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptionstreamingMediaFileConditioning(String 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.streamingMediaFileConditioning(StreamingMediaFileConditioning 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.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
- 
streamingMediaFileConditioning
AdConditioningConfiguration.Builder streamingMediaFileConditioning(String 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 Elemental MediaTailor user guide.- 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 Elemental MediaTailor user guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
streamingMediaFileConditioning
AdConditioningConfiguration.Builder streamingMediaFileConditioning(StreamingMediaFileConditioning 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 Elemental MediaTailor user guide.- 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 Elemental MediaTailor user guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -