Struct aws_sdk_kafka::model::prometheus::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Prometheus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn jmx_exporter(self, input: JmxExporter) -> Self
pub fn jmx_exporter(self, input: JmxExporter) -> Self
Indicates whether you want to turn on or turn off the JMX Exporter.
sourcepub fn set_jmx_exporter(self, input: Option<JmxExporter>) -> Self
pub fn set_jmx_exporter(self, input: Option<JmxExporter>) -> Self
Indicates whether you want to turn on or turn off the JMX Exporter.
sourcepub fn node_exporter(self, input: NodeExporter) -> Self
pub fn node_exporter(self, input: NodeExporter) -> Self
Indicates whether you want to turn on or turn off the Node Exporter.
sourcepub fn set_node_exporter(self, input: Option<NodeExporter>) -> Self
pub fn set_node_exporter(self, input: Option<NodeExporter>) -> Self
Indicates whether you want to turn on or turn off the Node Exporter.
sourcepub fn build(self) -> Prometheus
pub fn build(self) -> Prometheus
Consumes the builder and constructs a Prometheus
.