public static interface ModuleLoggingConfigurationInput.Builder extends SdkPojo, CopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
| Modifier and Type | Method and Description |
|---|---|
ModuleLoggingConfigurationInput.Builder |
enabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g.
|
ModuleLoggingConfigurationInput.Builder |
logLevel(LoggingLevel logLevel)
Defines the Apache Airflow log level (e.g.
|
ModuleLoggingConfigurationInput.Builder |
logLevel(String logLevel)
Defines the Apache Airflow log level (e.g.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModuleLoggingConfigurationInput.Builder enabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs).
enabled - Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs).ModuleLoggingConfigurationInput.Builder logLevel(String logLevel)
Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.
logLevel - Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.LoggingLevel,
LoggingLevelModuleLoggingConfigurationInput.Builder logLevel(LoggingLevel logLevel)
Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.
logLevel - Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.LoggingLevel,
LoggingLevelCopyright © 2023. All rights reserved.