Struct aws_sdk_sagemaker::operation::update_monitoring_alert::builders::UpdateMonitoringAlertOutputBuilder
source · #[non_exhaustive]pub struct UpdateMonitoringAlertOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateMonitoringAlertOutput
.
Implementations§
source§impl UpdateMonitoringAlertOutputBuilder
impl UpdateMonitoringAlertOutputBuilder
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
.
Trait Implementations§
source§impl Clone for UpdateMonitoringAlertOutputBuilder
impl Clone for UpdateMonitoringAlertOutputBuilder
source§fn clone(&self) -> UpdateMonitoringAlertOutputBuilder
fn clone(&self) -> UpdateMonitoringAlertOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for UpdateMonitoringAlertOutputBuilder
impl Default for UpdateMonitoringAlertOutputBuilder
source§fn default() -> UpdateMonitoringAlertOutputBuilder
fn default() -> UpdateMonitoringAlertOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateMonitoringAlertOutputBuilder> for UpdateMonitoringAlertOutputBuilder
impl PartialEq<UpdateMonitoringAlertOutputBuilder> for UpdateMonitoringAlertOutputBuilder
source§fn eq(&self, other: &UpdateMonitoringAlertOutputBuilder) -> bool
fn eq(&self, other: &UpdateMonitoringAlertOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.