public static interface ConfigureLogsForChannelRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ConfigureLogsForChannelRequest.Builder,ConfigureLogsForChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
ConfigureLogsForChannelRequest.Builder |
channelName(String channelName)
The name of the channel.
|
ConfigureLogsForChannelRequest.Builder |
logTypes(Collection<LogType> logTypes)
The types of logs to collect.
|
ConfigureLogsForChannelRequest.Builder |
logTypes(LogType... logTypes)
The types of logs to collect.
|
ConfigureLogsForChannelRequest.Builder |
logTypesWithStrings(Collection<String> logTypes)
The types of logs to collect.
|
ConfigureLogsForChannelRequest.Builder |
logTypesWithStrings(String... logTypes)
The types of logs to collect.
|
ConfigureLogsForChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConfigureLogsForChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigureLogsForChannelRequest.Builder channelName(String channelName)
The name of the channel.
channelName - The name of the channel.ConfigureLogsForChannelRequest.Builder logTypesWithStrings(Collection<String> logTypes)
The types of logs to collect.
logTypes - The types of logs to collect.ConfigureLogsForChannelRequest.Builder logTypesWithStrings(String... logTypes)
The types of logs to collect.
logTypes - The types of logs to collect.ConfigureLogsForChannelRequest.Builder logTypes(Collection<LogType> logTypes)
The types of logs to collect.
logTypes - The types of logs to collect.ConfigureLogsForChannelRequest.Builder logTypes(LogType... logTypes)
The types of logs to collect.
logTypes - The types of logs to collect.ConfigureLogsForChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConfigureLogsForChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.