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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModuleLoggingConfigurationInput.Builderenabled(Boolean enabled)Indicates whether to enable the Apache Airflow log type (e.g.ModuleLoggingConfigurationInput.BuilderlogLevel(String logLevel)Defines the Apache Airflow log level (e.g.ModuleLoggingConfigurationInput.BuilderlogLevel(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 Detail
-
enabled
ModuleLoggingConfigurationInput.Builder enabled(Boolean 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
ModuleLoggingConfigurationInput.Builder logLevel(String 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:
LoggingLevel,LoggingLevel
-
logLevel
ModuleLoggingConfigurationInput.Builder logLevel(LoggingLevel 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:
LoggingLevel,LoggingLevel
-
-