Struct aws_sdk_dynamodb::input::update_continuous_backups_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateContinuousBackupsInput
Implementations
The name of the table.
The name of the table.
pub fn point_in_time_recovery_specification(
self,
input: PointInTimeRecoverySpecification
) -> Self
pub fn point_in_time_recovery_specification(
self,
input: PointInTimeRecoverySpecification
) -> Self
Represents the settings used to enable point in time recovery.
pub fn set_point_in_time_recovery_specification(
self,
input: Option<PointInTimeRecoverySpecification>
) -> Self
pub fn set_point_in_time_recovery_specification(
self,
input: Option<PointInTimeRecoverySpecification>
) -> Self
Represents the settings used to enable point in time recovery.
Consumes the builder and constructs a UpdateContinuousBackupsInput
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