| 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)
Provides the ARN for the CloudWatch group where the logs will be published.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.enabled(Boolean enabled)
Defines that the logging module is enabled.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.logLevel(LoggingLevel logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.logLevel(String logLevel)
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
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.