Struct aws_sdk_appsync::model::delta_sync_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DeltaSyncConfig
Implementations
The number of minutes that an Item is stored in the data source.
The number of minutes that an Item is stored in the data source.
The Delta Sync table name.
The Delta Sync table name.
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
Consumes the builder and constructs a DeltaSyncConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more