| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.builder() |
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.enabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.logLevel(LoggingLevel logLevel)
Defines the Apache Airflow logs to send for the log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.logLevel(String logLevel)
Defines the Apache Airflow logs to send for the log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModuleLoggingConfiguration.Builder> |
ModuleLoggingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
Sets the value of the DagProcessingLogs property for this object.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)
Sets the value of the SchedulerLogs property for this object.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)
Sets the value of the TaskLogs property for this object.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
Sets the value of the WebserverLogs property for this object.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)
Sets the value of the WorkerLogs property for this object.
|
Copyright © 2021. All rights reserved.