Struct aws_sdk_kafka::types::builders::JmxExporterBuilder
source · #[non_exhaustive]pub struct JmxExporterBuilder { /* private fields */ }Expand description
A builder for JmxExporter.
Implementations§
source§impl JmxExporterBuilder
impl JmxExporterBuilder
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.
This field is required.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 get_enabled_in_broker(&self) -> &Option<bool>
pub fn get_enabled_in_broker(&self) -> &Option<bool>
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.
Trait Implementations§
source§impl Clone for JmxExporterBuilder
impl Clone for JmxExporterBuilder
source§fn clone(&self) -> JmxExporterBuilder
fn clone(&self) -> JmxExporterBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JmxExporterBuilder
impl Debug for JmxExporterBuilder
source§impl Default for JmxExporterBuilder
impl Default for JmxExporterBuilder
source§fn default() -> JmxExporterBuilder
fn default() -> JmxExporterBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for JmxExporterBuilder
impl PartialEq for JmxExporterBuilder
source§fn eq(&self, other: &JmxExporterBuilder) -> bool
fn eq(&self, other: &JmxExporterBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for JmxExporterBuilder
Auto Trait Implementations§
impl RefUnwindSafe for JmxExporterBuilder
impl Send for JmxExporterBuilder
impl Sync for JmxExporterBuilder
impl Unpin for JmxExporterBuilder
impl UnwindSafe for JmxExporterBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.