Class ModuleLoggingConfigurationInput
- java.lang.Object
-
- software.amazon.awssdk.services.mwaa.model.ModuleLoggingConfigurationInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
@Generated("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).- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModuleLoggingConfigurationInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleLoggingConfigurationInput.Builderbuilder()Booleanenabled()Indicates whether to enable the Apache Airflow log type (e.g.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LoggingLevellogLevel()Defines the Apache Airflow log level (e.g.StringlogLevelAsString()Defines the Apache Airflow log level (e.g.List<SdkField<?>>sdkFields()static Class<? extends ModuleLoggingConfigurationInput.Builder>serializableBuilderClass()ModuleLoggingConfigurationInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Indicates whether to enable the Apache Airflow log type (e.g.
DagProcessingLogs).- Returns:
- Indicates whether to enable the Apache Airflow log type (e.g.
DagProcessingLogs).
-
logLevel
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,
logLevelwill returnLoggingLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogLevelAsString().- Returns:
- Defines the Apache Airflow log level (e.g.
INFO) to send to CloudWatch Logs. - See Also:
LoggingLevel
-
logLevelAsString
public 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,
logLevelwill returnLoggingLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogLevelAsString().- Returns:
- Defines the Apache Airflow log level (e.g.
INFO) to send to CloudWatch Logs. - See Also:
LoggingLevel
-
toBuilder
public ModuleLoggingConfigurationInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModuleLoggingConfigurationInput.Builder,ModuleLoggingConfigurationInput>
-
builder
public static ModuleLoggingConfigurationInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModuleLoggingConfigurationInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-