@Generated(value="software.amazon.awssdk:codegen") public final class ModuleLoggingConfigurationInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
Enables the Apache Airflow log type (e.g. DagProcessingLogs) and defines the log level to send to
CloudWatch Logs (e.g. INFO).
| 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 log level (e.g.
|
String |
logLevelAsString()
Defines the Apache Airflow log level (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).
DagProcessingLogs).public final LoggingLevel logLevel()
Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.
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().
INFO) to send to CloudWatch Logs.LoggingLevelpublic final String logLevelAsString()
Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.
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().
INFO) to send to CloudWatch Logs.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 © 2022. All rights reserved.