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 logs to send for the log type (e.g.
|
ModuleLoggingConfigurationInput.Builder |
logLevel(String logLevel)
Defines the Apache Airflow logs to send for the log type (e.g.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModuleLoggingConfigurationInput.Builder enabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs) in CloudWatch
Logs.
enabled - Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs) in
CloudWatch Logs.ModuleLoggingConfigurationInput.Builder logLevel(String logLevel)
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
logLevel - Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to
CloudWatch Logs. Valid values: CRITICAL, ERROR, WARNING,
INFO.LoggingLevel,
LoggingLevelModuleLoggingConfigurationInput.Builder logLevel(LoggingLevel logLevel)
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
logLevel - Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to
CloudWatch Logs. Valid values: CRITICAL, ERROR, WARNING,
INFO.LoggingLevel,
LoggingLevelCopyright © 2021. All rights reserved.