Struct aws_sdk_appflow::types::builders::TriggerPropertiesBuilder
source · #[non_exhaustive]pub struct TriggerPropertiesBuilder { /* private fields */ }
Expand description
A builder for TriggerProperties
.
Implementations§
source§impl TriggerPropertiesBuilder
impl TriggerPropertiesBuilder
sourcepub fn scheduled(self, input: ScheduledTriggerProperties) -> Self
pub fn scheduled(self, input: ScheduledTriggerProperties) -> Self
Specifies the configuration details of a schedule-triggered flow as defined by the user.
sourcepub fn set_scheduled(self, input: Option<ScheduledTriggerProperties>) -> Self
pub fn set_scheduled(self, input: Option<ScheduledTriggerProperties>) -> Self
Specifies the configuration details of a schedule-triggered flow as defined by the user.
sourcepub fn get_scheduled(&self) -> &Option<ScheduledTriggerProperties>
pub fn get_scheduled(&self) -> &Option<ScheduledTriggerProperties>
Specifies the configuration details of a schedule-triggered flow as defined by the user.
sourcepub fn build(self) -> TriggerProperties
pub fn build(self) -> TriggerProperties
Consumes the builder and constructs a TriggerProperties
.
Trait Implementations§
source§impl Clone for TriggerPropertiesBuilder
impl Clone for TriggerPropertiesBuilder
source§fn clone(&self) -> TriggerPropertiesBuilder
fn clone(&self) -> TriggerPropertiesBuilder
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 TriggerPropertiesBuilder
impl Debug for TriggerPropertiesBuilder
source§impl Default for TriggerPropertiesBuilder
impl Default for TriggerPropertiesBuilder
source§fn default() -> TriggerPropertiesBuilder
fn default() -> TriggerPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TriggerPropertiesBuilder
impl PartialEq for TriggerPropertiesBuilder
source§fn eq(&self, other: &TriggerPropertiesBuilder) -> bool
fn eq(&self, other: &TriggerPropertiesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TriggerPropertiesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TriggerPropertiesBuilder
impl Send for TriggerPropertiesBuilder
impl Sync for TriggerPropertiesBuilder
impl Unpin for TriggerPropertiesBuilder
impl UnwindSafe for TriggerPropertiesBuilder
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.