Interface ManifestServiceInteractionLog.Builder

  • 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

      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

      ManifestServiceInteractionLog.Builder excludeEventTypesWithStrings(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.
    • 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

      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.