@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.LogLevel
public String getLogLevel()
Describes the verbosity of the CloudWatch Logs for an application.
LogLevel
public 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.LogLevel
public 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.LogLevel
public String toString()
toString
in class Object
Object.toString()
public ZeppelinMonitoringConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.