| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfiguration.Builder |
LoggingConfiguration.builder() |
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
Sets the value of the DagProcessingLogs property for this object.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.dagProcessingLogs(ModuleLoggingConfiguration 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.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.schedulerLogs(ModuleLoggingConfiguration 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.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.taskLogs(ModuleLoggingConfiguration taskLogs)
Sets the value of the TaskLogs property for this object.
|
LoggingConfiguration.Builder |
LoggingConfiguration.toBuilder() |
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
Sets the value of the WebserverLogs property for this object.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.webserverLogs(ModuleLoggingConfiguration 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.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.workerLogs(ModuleLoggingConfiguration workerLogs)
Sets the value of the WorkerLogs property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingConfiguration.Builder> |
LoggingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Environment.Builder |
Environment.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
|
Copyright © 2021. All rights reserved.