Struct aws_sdk_dynamodb::model::time_to_live_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TimeToLiveSpecification
Implementations
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
The name of the TTL attribute used to store the expiration time for items in the table.
The name of the TTL attribute used to store the expiration time for items in the table.
Consumes the builder and constructs a TimeToLiveSpecification
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