Struct aws_sdk_iotanalytics::types::builders::LateDataRuleBuilder
source · #[non_exhaustive]pub struct LateDataRuleBuilder { /* private fields */ }
Expand description
A builder for LateDataRule
.
Implementations§
source§impl LateDataRuleBuilder
impl LateDataRuleBuilder
sourcepub fn set_rule_name(self, input: Option<String>) -> Self
pub fn set_rule_name(self, input: Option<String>) -> Self
The name of the late data rule.
sourcepub fn get_rule_name(&self) -> &Option<String>
pub fn get_rule_name(&self) -> &Option<String>
The name of the late data rule.
sourcepub fn rule_configuration(self, input: LateDataRuleConfiguration) -> Self
pub fn rule_configuration(self, input: LateDataRuleConfiguration) -> Self
The information needed to configure the late data rule.
This field is required.sourcepub fn set_rule_configuration(
self,
input: Option<LateDataRuleConfiguration>
) -> Self
pub fn set_rule_configuration( self, input: Option<LateDataRuleConfiguration> ) -> Self
The information needed to configure the late data rule.
sourcepub fn get_rule_configuration(&self) -> &Option<LateDataRuleConfiguration>
pub fn get_rule_configuration(&self) -> &Option<LateDataRuleConfiguration>
The information needed to configure the late data rule.
sourcepub fn build(self) -> LateDataRule
pub fn build(self) -> LateDataRule
Consumes the builder and constructs a LateDataRule
.
Trait Implementations§
source§impl Clone for LateDataRuleBuilder
impl Clone for LateDataRuleBuilder
source§fn clone(&self) -> LateDataRuleBuilder
fn clone(&self) -> LateDataRuleBuilder
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 LateDataRuleBuilder
impl Debug for LateDataRuleBuilder
source§impl Default for LateDataRuleBuilder
impl Default for LateDataRuleBuilder
source§fn default() -> LateDataRuleBuilder
fn default() -> LateDataRuleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LateDataRuleBuilder
impl PartialEq for LateDataRuleBuilder
source§fn eq(&self, other: &LateDataRuleBuilder) -> bool
fn eq(&self, other: &LateDataRuleBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LateDataRuleBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LateDataRuleBuilder
impl Send for LateDataRuleBuilder
impl Sync for LateDataRuleBuilder
impl Unpin for LateDataRuleBuilder
impl UnwindSafe for LateDataRuleBuilder
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.