@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZeppelinMonitoringConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Updates to the monitoring configuration for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
Constructor and Description |
---|
ZeppelinMonitoringConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
ZeppelinMonitoringConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getLogLevelUpdate()
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLogLevelUpdate(String logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
|
String |
toString()
Returns a string representation of this object.
|
ZeppelinMonitoringConfigurationUpdate |
withLogLevelUpdate(LogLevel logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
|
ZeppelinMonitoringConfigurationUpdate |
withLogLevelUpdate(String logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
|
public ZeppelinMonitoringConfigurationUpdate()
public void setLogLevelUpdate(String logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
logLevelUpdate
- Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.LogLevel
public String getLogLevelUpdate()
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
LogLevel
public ZeppelinMonitoringConfigurationUpdate withLogLevelUpdate(String logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
logLevelUpdate
- Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.LogLevel
public ZeppelinMonitoringConfigurationUpdate withLogLevelUpdate(LogLevel logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.
logLevelUpdate
- Updates to the logging level for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.LogLevel
public String toString()
toString
in class Object
Object.toString()
public ZeppelinMonitoringConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.