pub struct Builder { /* private fields */ }
Expand description
A builder for LaunchTemplatesMonitoringRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Specify true
to enable detailed monitoring. Otherwise, basic monitoring is enabled.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Specify true
to enable detailed monitoring. Otherwise, basic monitoring is enabled.
sourcepub fn build(self) -> LaunchTemplatesMonitoringRequest
pub fn build(self) -> LaunchTemplatesMonitoringRequest
Consumes the builder and constructs a LaunchTemplatesMonitoringRequest
.