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