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