Interface LogConfiguration.Builder

  • Method Details

    • percentEnabled

      LogConfiguration.Builder percentEnabled(Integer percentEnabled)

      The percentage of session logs that MediaTailor sends to your configured log destination. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.

      Valid values: 0 - 100

      Parameters:
      percentEnabled - The percentage of session logs that MediaTailor sends to your configured log destination. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.

      Valid values: 0 - 100

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledLoggingStrategiesWithStrings

      LogConfiguration.Builder enabledLoggingStrategiesWithStrings(Collection<String> enabledLoggingStrategies)

      The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.

      Parameters:
      enabledLoggingStrategies - The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledLoggingStrategiesWithStrings

      LogConfiguration.Builder enabledLoggingStrategiesWithStrings(String... enabledLoggingStrategies)

      The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.

      Parameters:
      enabledLoggingStrategies - The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledLoggingStrategies

      LogConfiguration.Builder enabledLoggingStrategies(Collection<LoggingStrategy> enabledLoggingStrategies)

      The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.

      Parameters:
      enabledLoggingStrategies - The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledLoggingStrategies

      LogConfiguration.Builder enabledLoggingStrategies(LoggingStrategy... enabledLoggingStrategies)

      The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.

      Parameters:
      enabledLoggingStrategies - The method used for collecting logs from AWS Elemental MediaTailor. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adsInteractionLog

      LogConfiguration.Builder adsInteractionLog(AdsInteractionLog adsInteractionLog)

      Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).

      Parameters:
      adsInteractionLog - Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adsInteractionLog

      default LogConfiguration.Builder adsInteractionLog(Consumer<AdsInteractionLog.Builder> adsInteractionLog)

      Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).

      This is a convenience method that creates an instance of the AdsInteractionLog.Builder avoiding the need to create one manually via AdsInteractionLog.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to adsInteractionLog(AdsInteractionLog).

      Parameters:
      adsInteractionLog - a consumer that will call methods on AdsInteractionLog.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • manifestServiceInteractionLog

      LogConfiguration.Builder manifestServiceInteractionLog(ManifestServiceInteractionLog manifestServiceInteractionLog)

      Settings for customizing what events are included in logs for interactions with the origin server.

      Parameters:
      manifestServiceInteractionLog - Settings for customizing what events are included in logs for interactions with the origin server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manifestServiceInteractionLog

      default LogConfiguration.Builder manifestServiceInteractionLog(Consumer<ManifestServiceInteractionLog.Builder> manifestServiceInteractionLog)

      Settings for customizing what events are included in logs for interactions with the origin server.

      This is a convenience method that creates an instance of the ManifestServiceInteractionLog.Builder avoiding the need to create one manually via ManifestServiceInteractionLog.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to manifestServiceInteractionLog(ManifestServiceInteractionLog).

      Parameters:
      manifestServiceInteractionLog - a consumer that will call methods on ManifestServiceInteractionLog.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: