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