public static interface ConfigureLogsForPlaybackConfigurationRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ConfigureLogsForPlaybackConfigurationRequest.Builder,ConfigureLogsForPlaybackConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
ConfigureLogsForPlaybackConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConfigureLogsForPlaybackConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ConfigureLogsForPlaybackConfigurationRequest.Builder |
percentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
|
ConfigureLogsForPlaybackConfigurationRequest.Builder |
playbackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigureLogsForPlaybackConfigurationRequest.Builder percentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. 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
percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. 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
ConfigureLogsForPlaybackConfigurationRequest.Builder playbackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName - The name of the playback configuration.ConfigureLogsForPlaybackConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConfigureLogsForPlaybackConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.