pub struct Builder { /* private fields */ }
Expand description
A builder for ContinuousBackupsDescription
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn continuous_backups_status(self, input: ContinuousBackupsStatus) -> Self
pub fn continuous_backups_status(self, input: ContinuousBackupsStatus) -> Self
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
sourcepub fn set_continuous_backups_status(
self,
input: Option<ContinuousBackupsStatus>
) -> Self
pub fn set_continuous_backups_status(
self,
input: Option<ContinuousBackupsStatus>
) -> Self
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
sourcepub fn point_in_time_recovery_description(
self,
input: PointInTimeRecoveryDescription
) -> Self
pub fn point_in_time_recovery_description(
self,
input: PointInTimeRecoveryDescription
) -> Self
The description of the point in time recovery settings applied to the table.
sourcepub fn set_point_in_time_recovery_description(
self,
input: Option<PointInTimeRecoveryDescription>
) -> Self
pub fn set_point_in_time_recovery_description(
self,
input: Option<PointInTimeRecoveryDescription>
) -> Self
The description of the point in time recovery settings applied to the table.
sourcepub fn build(self) -> ContinuousBackupsDescription
pub fn build(self) -> ContinuousBackupsDescription
Consumes the builder and constructs a ContinuousBackupsDescription
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more