Uses of Interface
software.amazon.awssdk.services.kafka.model.PrometheusInfo.Builder
-
Packages that use PrometheusInfo.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of PrometheusInfo.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return PrometheusInfo.Builder Modifier and Type Method Description static PrometheusInfo.BuilderPrometheusInfo. builder()default PrometheusInfo.BuilderPrometheusInfo.Builder. jmxExporter(Consumer<JmxExporterInfo.Builder> jmxExporter)Indicates whether you want to turn on or turn off the JMX Exporter.PrometheusInfo.BuilderPrometheusInfo.Builder. jmxExporter(JmxExporterInfo jmxExporter)Indicates whether you want to turn on or turn off the JMX Exporter.default PrometheusInfo.BuilderPrometheusInfo.Builder. nodeExporter(Consumer<NodeExporterInfo.Builder> nodeExporter)Indicates whether you want to turn on or turn off the Node Exporter.PrometheusInfo.BuilderPrometheusInfo.Builder. nodeExporter(NodeExporterInfo nodeExporter)Indicates whether you want to turn on or turn off the Node Exporter.PrometheusInfo.BuilderPrometheusInfo. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type PrometheusInfo.Builder Modifier and Type Method Description static Class<? extends PrometheusInfo.Builder>PrometheusInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type PrometheusInfo.Builder Modifier and Type Method Description default OpenMonitoringInfo.BuilderOpenMonitoringInfo.Builder. prometheus(Consumer<PrometheusInfo.Builder> prometheus)Prometheus settings.
-