Class ModuleLoggingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.mwaa.model.ModuleLoggingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModuleLoggingConfiguration.Builder,ModuleLoggingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ModuleLoggingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModuleLoggingConfiguration.Builder,ModuleLoggingConfiguration>
Describes the Apache Airflow log details for the log type (e.g.
DagProcessingLogs).- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModuleLoggingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleLoggingConfiguration.Builderbuilder()StringcloudWatchLogGroupArn()The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.Booleanenabled()Indicates whether the Apache Airflow log type (e.g.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LoggingLevellogLevel()The Apache Airflow log level for the log type (e.g.StringlogLevelAsString()The Apache Airflow log level for the log type (e.g.List<SdkField<?>>sdkFields()static Class<? extends ModuleLoggingConfiguration.Builder>serializableBuilderClass()ModuleLoggingConfiguration.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
-
cloudWatchLogGroupArn
public final String cloudWatchLogGroupArn()
The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.
DagProcessingLogs) is published. For example,arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*.- Returns:
- The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.
DagProcessingLogs) is published. For example,arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*.
-
enabled
public final Boolean enabled()
Indicates whether the Apache Airflow log type (e.g.
DagProcessingLogs) is enabled.- Returns:
- Indicates whether the Apache Airflow log type (e.g.
DagProcessingLogs) is enabled.
-
logLevel
public final LoggingLevel logLevel()
The Apache Airflow log level for the log type (e.g.
DagProcessingLogs).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:
- The Apache Airflow log level for the log type (e.g.
DagProcessingLogs). - See Also:
LoggingLevel
-
logLevelAsString
public final String logLevelAsString()
The Apache Airflow log level for the log type (e.g.
DagProcessingLogs).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:
- The Apache Airflow log level for the log type (e.g.
DagProcessingLogs). - See Also:
LoggingLevel
-
toBuilder
public ModuleLoggingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModuleLoggingConfiguration.Builder,ModuleLoggingConfiguration>
-
builder
public static ModuleLoggingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModuleLoggingConfiguration.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.
-
-