Struct aws_sdk_dynamodb::input::update_time_to_live_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
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