@Generated(value="software.amazon.awssdk:codegen") public final class ModuleLoggingConfigurationInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
A JSON blob that provides configuration to use for logging with respect to the various Apache Airflow services: DagProcessingLogs, SchedulerLogs, TaskLogs, WebserverLogs, and WorkerLogs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModuleLoggingConfigurationInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModuleLoggingConfigurationInput.Builder |
builder() |
Boolean |
enabled()
Defines that the logging module is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingLevel |
logLevel()
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
String |
logLevelAsString()
Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.
|
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()
Defines that the logging module is enabled.
public final LoggingLevel logLevel()
Defines the log level, which can be CRITICAL, ERROR, WARNING, or 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().
LoggingLevelpublic final String logLevelAsString()
Defines the log level, which can be CRITICAL, ERROR, WARNING, or 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().
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.