public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default LoggingConfiguration.Builder |
dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
dagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
schedulerLogs(ModuleLoggingConfiguration schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
taskLogs(ModuleLoggingConfiguration taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
webserverLogs(ModuleLoggingConfiguration webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
workerLogs(ModuleLoggingConfiguration workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfiguration.Builder dagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
dagProcessingLogs - The Airflow DAG processing logs published to CloudWatch Logs and the log level.default LoggingConfiguration.Builder dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
This is a convenience that creates an instance of theModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dagProcessingLogs(ModuleLoggingConfiguration).dagProcessingLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderdagProcessingLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder schedulerLogs(ModuleLoggingConfiguration schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
schedulerLogs - The Airflow scheduler logs published to CloudWatch Logs and the log level.default LoggingConfiguration.Builder schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
This is a convenience that creates an instance of theModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to schedulerLogs(ModuleLoggingConfiguration).schedulerLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderschedulerLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder taskLogs(ModuleLoggingConfiguration taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
taskLogs - The Airflow task logs published to CloudWatch Logs and the log level.default LoggingConfiguration.Builder taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
This is a convenience that creates an instance of theModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskLogs(ModuleLoggingConfiguration).taskLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuildertaskLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder webserverLogs(ModuleLoggingConfiguration webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
webserverLogs - The Airflow web server logs published to CloudWatch Logs and the log level.default LoggingConfiguration.Builder webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
This is a convenience that creates an instance of theModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to webserverLogs(ModuleLoggingConfiguration).webserverLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderwebserverLogs(ModuleLoggingConfiguration)LoggingConfiguration.Builder workerLogs(ModuleLoggingConfiguration workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
workerLogs - The Airflow worker logs published to CloudWatch Logs and the log level.default LoggingConfiguration.Builder workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
This is a convenience that creates an instance of theModuleLoggingConfiguration.Builder avoiding the
need to create one manually via ModuleLoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to workerLogs(ModuleLoggingConfiguration).workerLogs - a consumer that will call methods on ModuleLoggingConfiguration.BuilderworkerLogs(ModuleLoggingConfiguration)Copyright © 2022. All rights reserved.