public static interface PrometheusInfo.Builder extends SdkPojo, CopyableBuilder<PrometheusInfo.Builder,PrometheusInfo>
| Modifier and Type | Method and Description |
|---|---|
default PrometheusInfo.Builder |
jmxExporter(Consumer<JmxExporterInfo.Builder> jmxExporter)
Indicates whether you want to turn on or turn off the JMX Exporter.
|
PrometheusInfo.Builder |
jmxExporter(JmxExporterInfo jmxExporter)
Indicates whether you want to turn on or turn off the JMX Exporter.
|
default PrometheusInfo.Builder |
nodeExporter(Consumer<NodeExporterInfo.Builder> nodeExporter)
Indicates whether you want to turn on or turn off the Node Exporter.
|
PrometheusInfo.Builder |
nodeExporter(NodeExporterInfo nodeExporter)
Indicates whether you want to turn on or turn off the Node Exporter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrometheusInfo.Builder jmxExporter(JmxExporterInfo jmxExporter)
Indicates whether you want to turn on or turn off the JMX Exporter.
jmxExporter - Indicates whether you want to turn on or turn off the JMX Exporter.
default PrometheusInfo.Builder jmxExporter(Consumer<JmxExporterInfo.Builder> jmxExporter)
Indicates whether you want to turn on or turn off the JMX Exporter.
This is a convenience method that creates an instance of theJmxExporterInfo.Builder avoiding the
need to create one manually via JmxExporterInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jmxExporter(JmxExporterInfo).
jmxExporter - a consumer that will call methods on JmxExporterInfo.BuilderjmxExporter(JmxExporterInfo)PrometheusInfo.Builder nodeExporter(NodeExporterInfo nodeExporter)
Indicates whether you want to turn on or turn off the Node Exporter.
nodeExporter - Indicates whether you want to turn on or turn off the Node Exporter.
default PrometheusInfo.Builder nodeExporter(Consumer<NodeExporterInfo.Builder> nodeExporter)
Indicates whether you want to turn on or turn off the Node Exporter.
This is a convenience method that creates an instance of theNodeExporterInfo.Builder avoiding the
need to create one manually via NodeExporterInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to nodeExporter(NodeExporterInfo).
nodeExporter - a consumer that will call methods on NodeExporterInfo.BuildernodeExporter(NodeExporterInfo)Copyright © 2023. All rights reserved.