@Generated(value="software.amazon.awssdk:codegen") public final class ModuleLoggingConfigurationInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
Defines the type of logs to send for the Apache Airflow log type (e.g. DagProcessingLogs). Valid values:
CloudWatchLogGroupArn, Enabled, LogLevel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModuleLoggingConfigurationInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModuleLoggingConfigurationInput.Builder |
builder() |
Boolean |
enabled()
Indicates whether to enable the Apache Airflow log type (e.g.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingLevel |
logLevel()
Defines the Apache Airflow logs to send for the log type (e.g.
|
String |
logLevelAsString()
Defines the Apache Airflow logs to send for the log type (e.g.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModuleLoggingConfigurationInput.Builder> |
serializableBuilderClass() |
ModuleLoggingConfigurationInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs) in CloudWatch Logs.
DagProcessingLogs) in
CloudWatch Logs.public final LoggingLevel logLevel()
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LoggingLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
DagProcessingLogs) to
CloudWatch Logs. Valid values: CRITICAL, ERROR, WARNING,
INFO.LoggingLevelpublic final String logLevelAsString()
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LoggingLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
DagProcessingLogs) to
CloudWatch Logs. Valid values: CRITICAL, ERROR, WARNING,
INFO.LoggingLevelpublic ModuleLoggingConfigurationInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>public static ModuleLoggingConfigurationInput.Builder builder()
public static Class<? extends ModuleLoggingConfigurationInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.