Struct aws_sdk_kafka::model::node_exporter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NodeExporter
.
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 Node 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 Node Exporter.
sourcepub fn build(self) -> NodeExporter
pub fn build(self) -> NodeExporter
Consumes the builder and constructs a NodeExporter
.