Interface ManifestServiceInteractionLog.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManifestServiceInteractionLog.Builder,
,ManifestServiceInteractionLog> SdkBuilder<ManifestServiceInteractionLog.Builder,
,ManifestServiceInteractionLog> SdkPojo
- Enclosing class:
ManifestServiceInteractionLog
@Mutable
@NotThreadSafe
public static interface ManifestServiceInteractionLog.Builder
extends SdkPojo, CopyableBuilder<ManifestServiceInteractionLog.Builder,ManifestServiceInteractionLog>
-
Method Summary
Modifier and TypeMethodDescriptionexcludeEventTypes
(Collection<ManifestServiceExcludeEventType> excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.excludeEventTypes
(ManifestServiceExcludeEventType... excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.excludeEventTypesWithStrings
(String... excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.excludeEventTypesWithStrings
(Collection<String> excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.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 Details
-
excludeEventTypesWithStrings
ManifestServiceInteractionLog.Builder excludeEventTypesWithStrings(Collection<String> excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
- Parameters:
excludeEventTypes
- Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeEventTypesWithStrings
Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
- Parameters:
excludeEventTypes
- Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeEventTypes
ManifestServiceInteractionLog.Builder excludeEventTypes(Collection<ManifestServiceExcludeEventType> excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
- Parameters:
excludeEventTypes
- Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeEventTypes
ManifestServiceInteractionLog.Builder excludeEventTypes(ManifestServiceExcludeEventType... excludeEventTypes) Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
- Parameters:
excludeEventTypes
- Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-