Interface AdConditioningConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdConditioningConfiguration.Builder,AdConditioningConfiguration>,SdkBuilder<AdConditioningConfiguration.Builder,AdConditioningConfiguration>,SdkPojo
- Enclosing class:
- AdConditioningConfiguration
public static interface AdConditioningConfiguration.Builder extends SdkPojo, CopyableBuilder<AdConditioningConfiguration.Builder,AdConditioningConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdConditioningConfiguration.BuilderstreamingMediaFileConditioning(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.AdConditioningConfiguration.BuilderstreamingMediaFileConditioning(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
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 Detail
-
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 https://docs.aws.amazon.com/precondition-ads.html.- 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 https://docs.aws.amazon.com/precondition-ads.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StreamingMediaFileConditioning,StreamingMediaFileConditioning
-
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 https://docs.aws.amazon.com/precondition-ads.html.- 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 https://docs.aws.amazon.com/precondition-ads.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StreamingMediaFileConditioning,StreamingMediaFileConditioning
-
-