Struct aws_sdk_dynamodb::input::update_time_to_live_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateTimeToLiveInput
Implementations
The name of the table to be configured.
The name of the table to be configured.
Represents the settings used to enable or disable Time to Live for the specified table.
Represents the settings used to enable or disable Time to Live for the specified table.
Consumes the builder and constructs a UpdateTimeToLiveInput
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