Interface ConfigureLogsForPlaybackConfigurationResponse.Builder

    • Method Detail

      • percentEnabled

        ConfigureLogsForPlaybackConfigurationResponse.Builder percentEnabled​(Integer percentEnabled)

        The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.

        Parameters:
        percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • playbackConfigurationName

        ConfigureLogsForPlaybackConfigurationResponse.Builder playbackConfigurationName​(String playbackConfigurationName)

        The name of the playback configuration.

        Parameters:
        playbackConfigurationName - The name of the playback configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledLoggingStrategiesWithStrings

        ConfigureLogsForPlaybackConfigurationResponse.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

        ConfigureLogsForPlaybackConfigurationResponse.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

        ConfigureLogsForPlaybackConfigurationResponse.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

        ConfigureLogsForPlaybackConfigurationResponse.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.