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