Struct aws_sdk_ec2::model::launch_templates_monitoring::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LaunchTemplatesMonitoring
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
sourcepub fn build(self) -> LaunchTemplatesMonitoring
pub fn build(self) -> LaunchTemplatesMonitoring
Consumes the builder and constructs a LaunchTemplatesMonitoring
.