Interface ManifestServiceInteractionLog.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManifestServiceInteractionLog.Builder,,ManifestServiceInteractionLog> SdkBuilder<ManifestServiceInteractionLog.Builder,,ManifestServiceInteractionLog> SdkPojo
- Enclosing class:
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.publishOptInEventTypes(Collection<ManifestServicePublishOptInEventType> publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration.publishOptInEventTypes(ManifestServicePublishOptInEventType... publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration.publishOptInEventTypesWithStrings(String... publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration.publishOptInEventTypesWithStrings(Collection<String> publishOptInEventTypes) Indicates that MediaTailor will 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
publishOptInEventTypesWithStrings
ManifestServiceInteractionLog.Builder publishOptInEventTypesWithStrings(Collection<String> publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.
- Parameters:
publishOptInEventTypes- Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishOptInEventTypesWithStrings
ManifestServiceInteractionLog.Builder publishOptInEventTypesWithStrings(String... publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.
- Parameters:
publishOptInEventTypes- Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishOptInEventTypes
ManifestServiceInteractionLog.Builder publishOptInEventTypes(Collection<ManifestServicePublishOptInEventType> publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.
- Parameters:
publishOptInEventTypes- Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishOptInEventTypes
ManifestServiceInteractionLog.Builder publishOptInEventTypes(ManifestServicePublishOptInEventType... publishOptInEventTypes) Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.
- Parameters:
publishOptInEventTypes- Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-