Uses of Interface
software.amazon.awssdk.services.mwaa.model.ModuleLoggingConfiguration.Builder
-
Packages that use ModuleLoggingConfiguration.Builder Package Description software.amazon.awssdk.services.mwaa.model -
-
Uses of ModuleLoggingConfiguration.Builder in software.amazon.awssdk.services.mwaa.model
Methods in software.amazon.awssdk.services.mwaa.model that return ModuleLoggingConfiguration.Builder Modifier and Type Method Description static ModuleLoggingConfiguration.BuilderModuleLoggingConfiguration. builder()ModuleLoggingConfiguration.BuilderModuleLoggingConfiguration.Builder. cloudWatchLogGroupArn(String cloudWatchLogGroupArn)The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.ModuleLoggingConfiguration.BuilderModuleLoggingConfiguration.Builder. enabled(Boolean enabled)Indicates whether the Apache Airflow log type (e.g.ModuleLoggingConfiguration.BuilderModuleLoggingConfiguration.Builder. logLevel(String logLevel)The Apache Airflow log level for the log type (e.g.ModuleLoggingConfiguration.BuilderModuleLoggingConfiguration.Builder. logLevel(LoggingLevel logLevel)The Apache Airflow log level for the log type (e.g.ModuleLoggingConfiguration.BuilderModuleLoggingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.mwaa.model that return types with arguments of type ModuleLoggingConfiguration.Builder Modifier and Type Method Description static Class<? extends ModuleLoggingConfiguration.Builder>ModuleLoggingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mwaa.model with type arguments of type ModuleLoggingConfiguration.Builder Modifier and Type Method Description default LoggingConfiguration.BuilderLoggingConfiguration.Builder. dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)The Airflow DAG processing logs published to CloudWatch Logs and the log level.default LoggingConfiguration.BuilderLoggingConfiguration.Builder. schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)The Airflow scheduler logs published to CloudWatch Logs and the log level.default LoggingConfiguration.BuilderLoggingConfiguration.Builder. taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)The Airflow task logs published to CloudWatch Logs and the log level.default LoggingConfiguration.BuilderLoggingConfiguration.Builder. webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)The Airflow web server logs published to CloudWatch Logs and the log level.default LoggingConfiguration.BuilderLoggingConfiguration.Builder. workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)The Airflow worker logs published to CloudWatch Logs and the log level.
-