public static interface LoggingConfigurationInput.Builder extends SdkPojo, CopyableBuilder<LoggingConfigurationInput.Builder,LoggingConfigurationInput>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfigurationInput.Builder dagProcessingLogs(ModuleLoggingConfigurationInput dagProcessingLogs)
Publishes Airflow DAG processing logs to CloudWatch Logs.
dagProcessingLogs - Publishes Airflow DAG processing logs to CloudWatch Logs.default LoggingConfigurationInput.Builder dagProcessingLogs(Consumer<ModuleLoggingConfigurationInput.Builder> dagProcessingLogs)
Publishes Airflow DAG processing logs to CloudWatch Logs.
This is a convenience method that creates an instance of theModuleLoggingConfigurationInput.Builder
avoiding the need to create one manually via ModuleLoggingConfigurationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dagProcessingLogs(ModuleLoggingConfigurationInput).
dagProcessingLogs - a consumer that will call methods on ModuleLoggingConfigurationInput.BuilderdagProcessingLogs(ModuleLoggingConfigurationInput)LoggingConfigurationInput.Builder schedulerLogs(ModuleLoggingConfigurationInput schedulerLogs)
Publishes Airflow scheduler logs to CloudWatch Logs.
schedulerLogs - Publishes Airflow scheduler logs to CloudWatch Logs.default LoggingConfigurationInput.Builder schedulerLogs(Consumer<ModuleLoggingConfigurationInput.Builder> schedulerLogs)
Publishes Airflow scheduler logs to CloudWatch Logs.
This is a convenience method that creates an instance of theModuleLoggingConfigurationInput.Builder
avoiding the need to create one manually via ModuleLoggingConfigurationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to schedulerLogs(ModuleLoggingConfigurationInput).
schedulerLogs - a consumer that will call methods on ModuleLoggingConfigurationInput.BuilderschedulerLogs(ModuleLoggingConfigurationInput)LoggingConfigurationInput.Builder taskLogs(ModuleLoggingConfigurationInput taskLogs)
Publishes Airflow task logs to CloudWatch Logs.
taskLogs - Publishes Airflow task logs to CloudWatch Logs.default LoggingConfigurationInput.Builder taskLogs(Consumer<ModuleLoggingConfigurationInput.Builder> taskLogs)
Publishes Airflow task logs to CloudWatch Logs.
This is a convenience method that creates an instance of theModuleLoggingConfigurationInput.Builder
avoiding the need to create one manually via ModuleLoggingConfigurationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to taskLogs(ModuleLoggingConfigurationInput).
taskLogs - a consumer that will call methods on ModuleLoggingConfigurationInput.BuildertaskLogs(ModuleLoggingConfigurationInput)LoggingConfigurationInput.Builder webserverLogs(ModuleLoggingConfigurationInput webserverLogs)
Publishes Airflow web server logs to CloudWatch Logs.
webserverLogs - Publishes Airflow web server logs to CloudWatch Logs.default LoggingConfigurationInput.Builder webserverLogs(Consumer<ModuleLoggingConfigurationInput.Builder> webserverLogs)
Publishes Airflow web server logs to CloudWatch Logs.
This is a convenience method that creates an instance of theModuleLoggingConfigurationInput.Builder
avoiding the need to create one manually via ModuleLoggingConfigurationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to webserverLogs(ModuleLoggingConfigurationInput).
webserverLogs - a consumer that will call methods on ModuleLoggingConfigurationInput.BuilderwebserverLogs(ModuleLoggingConfigurationInput)LoggingConfigurationInput.Builder workerLogs(ModuleLoggingConfigurationInput workerLogs)
Publishes Airflow worker logs to CloudWatch Logs.
workerLogs - Publishes Airflow worker logs to CloudWatch Logs.default LoggingConfigurationInput.Builder workerLogs(Consumer<ModuleLoggingConfigurationInput.Builder> workerLogs)
Publishes Airflow worker logs to CloudWatch Logs.
This is a convenience method that creates an instance of theModuleLoggingConfigurationInput.Builder
avoiding the need to create one manually via ModuleLoggingConfigurationInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to workerLogs(ModuleLoggingConfigurationInput).
workerLogs - a consumer that will call methods on ModuleLoggingConfigurationInput.BuilderworkerLogs(ModuleLoggingConfigurationInput)Copyright © 2023. All rights reserved.