#[non_exhaustive]pub struct IncrementalRefreshBuilder { /* private fields */ }
Expand description
A builder for IncrementalRefresh
.
Implementations§
source§impl IncrementalRefreshBuilder
impl IncrementalRefreshBuilder
sourcepub fn lookback_window(self, input: LookbackWindow) -> Self
pub fn lookback_window(self, input: LookbackWindow) -> Self
The lookback window setup for an incremental refresh configuration.
This field is required.sourcepub fn set_lookback_window(self, input: Option<LookbackWindow>) -> Self
pub fn set_lookback_window(self, input: Option<LookbackWindow>) -> Self
The lookback window setup for an incremental refresh configuration.
sourcepub fn get_lookback_window(&self) -> &Option<LookbackWindow>
pub fn get_lookback_window(&self) -> &Option<LookbackWindow>
The lookback window setup for an incremental refresh configuration.
sourcepub fn build(self) -> IncrementalRefresh
pub fn build(self) -> IncrementalRefresh
Consumes the builder and constructs a IncrementalRefresh
.
Trait Implementations§
source§impl Clone for IncrementalRefreshBuilder
impl Clone for IncrementalRefreshBuilder
source§fn clone(&self) -> IncrementalRefreshBuilder
fn clone(&self) -> IncrementalRefreshBuilder
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 IncrementalRefreshBuilder
impl Debug for IncrementalRefreshBuilder
source§impl Default for IncrementalRefreshBuilder
impl Default for IncrementalRefreshBuilder
source§fn default() -> IncrementalRefreshBuilder
fn default() -> IncrementalRefreshBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for IncrementalRefreshBuilder
impl PartialEq for IncrementalRefreshBuilder
source§fn eq(&self, other: &IncrementalRefreshBuilder) -> bool
fn eq(&self, other: &IncrementalRefreshBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IncrementalRefreshBuilder
Auto Trait Implementations§
impl RefUnwindSafe for IncrementalRefreshBuilder
impl Send for IncrementalRefreshBuilder
impl Sync for IncrementalRefreshBuilder
impl Unpin for IncrementalRefreshBuilder
impl UnwindSafe for IncrementalRefreshBuilder
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.