pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateMonitoringScheduleInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn monitoring_schedule_name(self, input: impl Into<String>) -> Self
pub fn monitoring_schedule_name(self, input: impl Into<String>) -> Self
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
sourcepub fn set_monitoring_schedule_name(self, input: Option<String>) -> Self
pub fn set_monitoring_schedule_name(self, input: Option<String>) -> Self
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
sourcepub fn monitoring_schedule_config(self, input: MonitoringScheduleConfig) -> Self
pub fn monitoring_schedule_config(self, input: MonitoringScheduleConfig) -> Self
The configuration object that specifies the monitoring schedule and defines the monitoring job.
sourcepub fn set_monitoring_schedule_config(
self,
input: Option<MonitoringScheduleConfig>
) -> Self
pub fn set_monitoring_schedule_config(
self,
input: Option<MonitoringScheduleConfig>
) -> Self
The configuration object that specifies the monitoring schedule and defines the monitoring job.
sourcepub fn build(self) -> Result<UpdateMonitoringScheduleInput, BuildError>
pub fn build(self) -> Result<UpdateMonitoringScheduleInput, BuildError>
Consumes the builder and constructs a UpdateMonitoringScheduleInput
.