Class CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty>
- Enclosing interface:
CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty
@Stability(Stable)
public static final class CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.excludeEventTypes(List<String> excludeEventTypes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
excludeEventTypes
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty.Builder excludeEventTypes(List<String> excludeEventTypes) Sets the value ofCfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty.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
-
build
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty>- Returns:
- a new instance of
CfnPlaybackConfigurationPropsMixin.ManifestServiceInteractionLogProperty - Throws:
NullPointerException- if any required attribute was not provided
-