| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfigurationInput.Builder |
LoggingConfigurationInput.builder() |
default LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.dagProcessingLogs(Consumer<ModuleLoggingConfigurationInput.Builder> dagProcessingLogs)
Sets the value of the DagProcessingLogs property for this object.
|
LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.dagProcessingLogs(ModuleLoggingConfigurationInput dagProcessingLogs)
Sets the value of the DagProcessingLogs property for this object.
|
default LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.schedulerLogs(Consumer<ModuleLoggingConfigurationInput.Builder> schedulerLogs)
Sets the value of the SchedulerLogs property for this object.
|
LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.schedulerLogs(ModuleLoggingConfigurationInput schedulerLogs)
Sets the value of the SchedulerLogs property for this object.
|
default LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.taskLogs(Consumer<ModuleLoggingConfigurationInput.Builder> taskLogs)
Sets the value of the TaskLogs property for this object.
|
LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.taskLogs(ModuleLoggingConfigurationInput taskLogs)
Sets the value of the TaskLogs property for this object.
|
LoggingConfigurationInput.Builder |
LoggingConfigurationInput.toBuilder() |
default LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.webserverLogs(Consumer<ModuleLoggingConfigurationInput.Builder> webserverLogs)
Sets the value of the WebserverLogs property for this object.
|
LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.webserverLogs(ModuleLoggingConfigurationInput webserverLogs)
Sets the value of the WebserverLogs property for this object.
|
default LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.workerLogs(Consumer<ModuleLoggingConfigurationInput.Builder> workerLogs)
Sets the value of the WorkerLogs property for this object.
|
LoggingConfigurationInput.Builder |
LoggingConfigurationInput.Builder.workerLogs(ModuleLoggingConfigurationInput workerLogs)
Sets the value of the WorkerLogs property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingConfigurationInput.Builder> |
LoggingConfigurationInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.loggingConfiguration(Consumer<LoggingConfigurationInput.Builder> loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
default UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.loggingConfiguration(Consumer<LoggingConfigurationInput.Builder> loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
Copyright © 2021. All rights reserved.