Interface ZeppelinMonitoringConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ZeppelinMonitoringConfigurationUpdate.Builder,ZeppelinMonitoringConfigurationUpdate>,SdkBuilder<ZeppelinMonitoringConfigurationUpdate.Builder,ZeppelinMonitoringConfigurationUpdate>,SdkPojo
- Enclosing class:
- ZeppelinMonitoringConfigurationUpdate
public static interface ZeppelinMonitoringConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ZeppelinMonitoringConfigurationUpdate.Builder,ZeppelinMonitoringConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZeppelinMonitoringConfigurationUpdate.BuilderlogLevelUpdate(String logLevelUpdate)Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.ZeppelinMonitoringConfigurationUpdate.BuilderlogLevelUpdate(LogLevel logLevelUpdate)Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
logLevelUpdate
ZeppelinMonitoringConfigurationUpdate.Builder logLevelUpdate(String logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
-
logLevelUpdate
ZeppelinMonitoringConfigurationUpdate.Builder logLevelUpdate(LogLevel logLevelUpdate)
Updates to the logging level for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.
-
-