Class CfnPlaybackConfiguration.AdsInteractionLogProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfiguration.AdsInteractionLogProperty>
- Enclosing interface:
CfnPlaybackConfiguration.AdsInteractionLogProperty
@Stability(Stable)
public static final class CfnPlaybackConfiguration.AdsInteractionLogProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.AdsInteractionLogProperty>
A builder for
CfnPlaybackConfiguration.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 CfnPlaybackConfiguration.AdsInteractionLogProperty.Builder excludeEventTypes(List<String> excludeEventTypes) - 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 CfnPlaybackConfiguration.AdsInteractionLogProperty.Builder publishOptInEventTypes(List<String> publishOptInEventTypes) - Parameters:
publishOptInEventTypes
- Indicates that MediaTailor emitsRAW_ADS_RESPONSE
logs for playback sessions that are initialized with this configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfiguration.AdsInteractionLogProperty>
- Returns:
- a new instance of
CfnPlaybackConfiguration.AdsInteractionLogProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-