| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static LogConfigurationForChannel.Builder |
LogConfigurationForChannel.builder() |
LogConfigurationForChannel.Builder |
LogConfigurationForChannel.Builder.logTypes(Collection<LogType> logTypes)
The log types.
|
LogConfigurationForChannel.Builder |
LogConfigurationForChannel.Builder.logTypes(LogType... logTypes)
The log types.
|
LogConfigurationForChannel.Builder |
LogConfigurationForChannel.Builder.logTypesWithStrings(Collection<String> logTypes)
The log types.
|
LogConfigurationForChannel.Builder |
LogConfigurationForChannel.Builder.logTypesWithStrings(String... logTypes)
The log types.
|
LogConfigurationForChannel.Builder |
LogConfigurationForChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LogConfigurationForChannel.Builder> |
LogConfigurationForChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.logConfiguration(Consumer<LogConfigurationForChannel.Builder> logConfiguration)
The log configuration for the channel.
|
default Channel.Builder |
Channel.Builder.logConfiguration(Consumer<LogConfigurationForChannel.Builder> logConfiguration)
The log configuration.
|
Copyright © 2023. All rights reserved.