Uses of Interface
software.amazon.awssdk.services.mediatailor.model.ConfigureLogsForPlaybackConfigurationResponse.Builder
-
Packages that use ConfigureLogsForPlaybackConfigurationResponse.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of ConfigureLogsForPlaybackConfigurationResponse.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ConfigureLogsForPlaybackConfigurationResponse.Builder Modifier and Type Method Description static ConfigureLogsForPlaybackConfigurationResponse.BuilderConfigureLogsForPlaybackConfigurationResponse. builder()ConfigureLogsForPlaybackConfigurationResponse.BuilderConfigureLogsForPlaybackConfigurationResponse.Builder. percentEnabled(Integer percentEnabled)The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.ConfigureLogsForPlaybackConfigurationResponse.BuilderConfigureLogsForPlaybackConfigurationResponse.Builder. playbackConfigurationName(String playbackConfigurationName)The name of the playback configuration.ConfigureLogsForPlaybackConfigurationResponse.BuilderConfigureLogsForPlaybackConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ConfigureLogsForPlaybackConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends ConfigureLogsForPlaybackConfigurationResponse.Builder>ConfigureLogsForPlaybackConfigurationResponse. serializableBuilderClass()
-