pub struct Builder { /* private fields */ }
Expand description
A builder for CreateMonitoringScheduleOutput
.
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 build(self) -> CreateMonitoringScheduleOutput
pub fn build(self) -> CreateMonitoringScheduleOutput
Consumes the builder and constructs a CreateMonitoringScheduleOutput
.