Interface ModuleLoggingConfigurationInput.Builder

    • 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