@Generated(value="software.amazon.awssdk:codegen") public final class LoggingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
The Logging Configuration of your Amazon MWAA environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfiguration.Builder |
builder() |
ModuleLoggingConfiguration |
dagProcessingLogs()
Returns the value of the DagProcessingLogs property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModuleLoggingConfiguration |
schedulerLogs()
Returns the value of the SchedulerLogs property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingConfiguration.Builder> |
serializableBuilderClass() |
ModuleLoggingConfiguration |
taskLogs()
Returns the value of the TaskLogs property for this object.
|
LoggingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ModuleLoggingConfiguration |
webserverLogs()
Returns the value of the WebserverLogs property for this object.
|
ModuleLoggingConfiguration |
workerLogs()
Returns the value of the WorkerLogs property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ModuleLoggingConfiguration dagProcessingLogs()
public final ModuleLoggingConfiguration schedulerLogs()
public final ModuleLoggingConfiguration taskLogs()
public final ModuleLoggingConfiguration webserverLogs()
public final ModuleLoggingConfiguration workerLogs()
public LoggingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>public static LoggingConfiguration.Builder builder()
public static Class<? extends LoggingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.