Interface LogConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LogConfiguration.Builder,LogConfiguration>,SdkBuilder<LogConfiguration.Builder,LogConfiguration>,SdkPojo
- Enclosing class:
- LogConfiguration
public static interface LogConfiguration.Builder extends SdkPojo, CopyableBuilder<LogConfiguration.Builder,LogConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogConfiguration.BuilderenabledLoggingStrategies(Collection<LoggingStrategy> enabledLoggingStrategies)The method used for collecting logs from AWS Elemental MediaTailor.LogConfiguration.BuilderenabledLoggingStrategies(LoggingStrategy... enabledLoggingStrategies)The method used for collecting logs from AWS Elemental MediaTailor.LogConfiguration.BuilderenabledLoggingStrategiesWithStrings(String... enabledLoggingStrategies)The method used for collecting logs from AWS Elemental MediaTailor.LogConfiguration.BuilderenabledLoggingStrategiesWithStrings(Collection<String> enabledLoggingStrategies)The method used for collecting logs from AWS Elemental MediaTailor.LogConfiguration.BuilderpercentEnabled(Integer percentEnabled)The percentage of session logs that MediaTailor sends to your configured log destination.-
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 Detail
-
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
percentEnabledis set to60, 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 andpercentEnabledis set to60, 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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_CLOUDWATCHindicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs.VENDED_LOGSindicates 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.
-
-