Class CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty>
- Enclosing interface:
CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty
@Stability(Stable)
public static final class CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.excludeEventTypes(List<String> excludeEventTypes) publishOptInEventTypes(List<String> publishOptInEventTypes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
excludeEventTypes
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.Builder excludeEventTypes(List<String> excludeEventTypes) Sets the value ofCfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.getExcludeEventTypes()- Parameters:
excludeEventTypes- Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- Returns:
this
-
publishOptInEventTypes
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.Builder publishOptInEventTypes(List<String> publishOptInEventTypes) Sets the value ofCfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty.getPublishOptInEventTypes()- Parameters:
publishOptInEventTypes- Indicates that MediaTailor emitsRAW_ADS_RESPONSElogs for playback sessions that are initialized with this configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty>- Returns:
- a new instance of
CfnPlaybackConfigurationPropsMixin.AdsInteractionLogProperty - Throws:
NullPointerException- if any required attribute was not provided
-