Interface ModuleLoggingConfigurationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModuleLoggingConfigurationInput.Builder,
,ModuleLoggingConfigurationInput> SdkBuilder<ModuleLoggingConfigurationInput.Builder,
,ModuleLoggingConfigurationInput> SdkPojo
- Enclosing class:
ModuleLoggingConfigurationInput
public static interface ModuleLoggingConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether to enable the Apache Airflow log type (e.g.Defines the Apache Airflow log level (e.g.logLevel
(LoggingLevel logLevel) Defines the Apache Airflow log level (e.g.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enabled
Indicates whether to enable the Apache Airflow log type (e.g.
DagProcessingLogs
).- Parameters:
enabled
- Indicates whether to enable the Apache Airflow log type (e.g.DagProcessingLogs
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logLevel
Defines the Apache Airflow log level (e.g.
INFO
) to send to CloudWatch Logs.- Parameters:
logLevel
- Defines the Apache Airflow log level (e.g.INFO
) to send to CloudWatch Logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logLevel
Defines the Apache Airflow log level (e.g.
INFO
) to send to CloudWatch Logs.- Parameters:
logLevel
- Defines the Apache Airflow log level (e.g.INFO
) to send to CloudWatch Logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-