Struct aws_sdk_sagemaker::operation::update_monitoring_schedule::builders::UpdateMonitoringScheduleOutputBuilder
source · #[non_exhaustive]pub struct UpdateMonitoringScheduleOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateMonitoringScheduleOutput
.
Implementations§
source§impl UpdateMonitoringScheduleOutputBuilder
impl UpdateMonitoringScheduleOutputBuilder
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) -> UpdateMonitoringScheduleOutput
pub fn build(self) -> UpdateMonitoringScheduleOutput
Consumes the builder and constructs a UpdateMonitoringScheduleOutput
.
Trait Implementations§
source§impl Clone for UpdateMonitoringScheduleOutputBuilder
impl Clone for UpdateMonitoringScheduleOutputBuilder
source§fn clone(&self) -> UpdateMonitoringScheduleOutputBuilder
fn clone(&self) -> UpdateMonitoringScheduleOutputBuilder
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 UpdateMonitoringScheduleOutputBuilder
impl Default for UpdateMonitoringScheduleOutputBuilder
source§fn default() -> UpdateMonitoringScheduleOutputBuilder
fn default() -> UpdateMonitoringScheduleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateMonitoringScheduleOutputBuilder> for UpdateMonitoringScheduleOutputBuilder
impl PartialEq<UpdateMonitoringScheduleOutputBuilder> for UpdateMonitoringScheduleOutputBuilder
source§fn eq(&self, other: &UpdateMonitoringScheduleOutputBuilder) -> bool
fn eq(&self, other: &UpdateMonitoringScheduleOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.