@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZeppelinMonitoringConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
The monitoring configuration for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
| Constructor and Description |
|---|
ZeppelinMonitoringConfigurationDescription() |
| Modifier and Type | Method and Description |
|---|---|
ZeppelinMonitoringConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
String |
getLogLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLogLevel(String logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
String |
toString()
Returns a string representation of this object.
|
ZeppelinMonitoringConfigurationDescription |
withLogLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
ZeppelinMonitoringConfigurationDescription |
withLogLevel(String logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
public ZeppelinMonitoringConfigurationDescription()
public void setLogLevel(String logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
logLevel - Describes the verbosity of the CloudWatch Logs for an application.LogLevelpublic String getLogLevel()
Describes the verbosity of the CloudWatch Logs for an application.
LogLevelpublic ZeppelinMonitoringConfigurationDescription withLogLevel(String logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
logLevel - Describes the verbosity of the CloudWatch Logs for an application.LogLevelpublic ZeppelinMonitoringConfigurationDescription withLogLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
logLevel - Describes the verbosity of the CloudWatch Logs for an application.LogLevelpublic String toString()
toString in class ObjectObject.toString()public ZeppelinMonitoringConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.