Uses of Interface
software.amazon.awssdk.services.mediatailor.model.LogConfigurationForChannel.Builder
-
Packages that use LogConfigurationForChannel.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of LogConfigurationForChannel.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return LogConfigurationForChannel.Builder Modifier and Type Method Description static LogConfigurationForChannel.BuilderLogConfigurationForChannel. builder()LogConfigurationForChannel.BuilderLogConfigurationForChannel.Builder. logTypes(Collection<LogType> logTypes)The log types.LogConfigurationForChannel.BuilderLogConfigurationForChannel.Builder. logTypes(LogType... logTypes)The log types.LogConfigurationForChannel.BuilderLogConfigurationForChannel.Builder. logTypesWithStrings(String... logTypes)The log types.LogConfigurationForChannel.BuilderLogConfigurationForChannel.Builder. logTypesWithStrings(Collection<String> logTypes)The log types.LogConfigurationForChannel.BuilderLogConfigurationForChannel. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type LogConfigurationForChannel.Builder Modifier and Type Method Description static Class<? extends LogConfigurationForChannel.Builder>LogConfigurationForChannel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type LogConfigurationForChannel.Builder Modifier and Type Method Description default Channel.BuilderChannel.Builder. logConfiguration(Consumer<LogConfigurationForChannel.Builder> logConfiguration)The log configuration.default DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. logConfiguration(Consumer<LogConfigurationForChannel.Builder> logConfiguration)The log configuration for the channel.
-