Struct aws_sdk_iotanalytics::types::builders::ScheduleBuilder
source · #[non_exhaustive]pub struct ScheduleBuilder { /* private fields */ }
Expand description
A builder for Schedule
.
Implementations§
source§impl ScheduleBuilder
impl ScheduleBuilder
sourcepub fn expression(self, input: impl Into<String>) -> Self
pub fn expression(self, input: impl Into<String>) -> Self
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
sourcepub fn set_expression(self, input: Option<String>) -> Self
pub fn set_expression(self, input: Option<String>) -> Self
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
sourcepub fn get_expression(&self) -> &Option<String>
pub fn get_expression(&self) -> &Option<String>
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
Trait Implementations§
source§impl Clone for ScheduleBuilder
impl Clone for ScheduleBuilder
source§fn clone(&self) -> ScheduleBuilder
fn clone(&self) -> ScheduleBuilder
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 Debug for ScheduleBuilder
impl Debug for ScheduleBuilder
source§impl Default for ScheduleBuilder
impl Default for ScheduleBuilder
source§fn default() -> ScheduleBuilder
fn default() -> ScheduleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ScheduleBuilder
impl PartialEq for ScheduleBuilder
source§fn eq(&self, other: &ScheduleBuilder) -> bool
fn eq(&self, other: &ScheduleBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ScheduleBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ScheduleBuilder
impl Send for ScheduleBuilder
impl Sync for ScheduleBuilder
impl Unpin for ScheduleBuilder
impl UnwindSafe for ScheduleBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.