pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateMonitoringAlertOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn monitoring_schedule_arn(self, input: impl Into<String>) -> Self
pub fn monitoring_schedule_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the monitoring schedule.
sourcepub fn set_monitoring_schedule_arn(self, input: Option<String>) -> Self
pub fn set_monitoring_schedule_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the monitoring schedule.
sourcepub fn monitoring_alert_name(self, input: impl Into<String>) -> Self
pub fn monitoring_alert_name(self, input: impl Into<String>) -> Self
The name of a monitoring alert.
sourcepub fn set_monitoring_alert_name(self, input: Option<String>) -> Self
pub fn set_monitoring_alert_name(self, input: Option<String>) -> Self
The name of a monitoring alert.
sourcepub fn build(self) -> UpdateMonitoringAlertOutput
pub fn build(self) -> UpdateMonitoringAlertOutput
Consumes the builder and constructs a UpdateMonitoringAlertOutput
.