Struct aws_sdk_kafka::model::open_monitoring::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for OpenMonitoring
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn prometheus(self, input: Prometheus) -> Self
pub fn prometheus(self, input: Prometheus) -> Self
Prometheus settings.
sourcepub fn set_prometheus(self, input: Option<Prometheus>) -> Self
pub fn set_prometheus(self, input: Option<Prometheus>) -> Self
Prometheus settings.
sourcepub fn build(self) -> OpenMonitoring
pub fn build(self) -> OpenMonitoring
Consumes the builder and constructs a OpenMonitoring
.