@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.
Constructor and Description |
---|
LoggingConfiguration() |
public void setDagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
dagProcessingLogs
- public ModuleLoggingConfiguration getDagProcessingLogs()
public LoggingConfiguration withDagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
dagProcessingLogs
- public void setSchedulerLogs(ModuleLoggingConfiguration schedulerLogs)
schedulerLogs
- public ModuleLoggingConfiguration getSchedulerLogs()
public LoggingConfiguration withSchedulerLogs(ModuleLoggingConfiguration schedulerLogs)
schedulerLogs
- public void setTaskLogs(ModuleLoggingConfiguration taskLogs)
taskLogs
- public ModuleLoggingConfiguration getTaskLogs()
public LoggingConfiguration withTaskLogs(ModuleLoggingConfiguration taskLogs)
taskLogs
- public void setWebserverLogs(ModuleLoggingConfiguration webserverLogs)
webserverLogs
- public ModuleLoggingConfiguration getWebserverLogs()
public LoggingConfiguration withWebserverLogs(ModuleLoggingConfiguration webserverLogs)
webserverLogs
- public void setWorkerLogs(ModuleLoggingConfiguration workerLogs)
workerLogs
- public ModuleLoggingConfiguration getWorkerLogs()
public LoggingConfiguration withWorkerLogs(ModuleLoggingConfiguration workerLogs)
workerLogs
- public String toString()
toString
in class Object
Object.toString()
public LoggingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.