#[non_exhaustive]pub struct PointInTimeRecoverySummaryBuilder { /* private fields */ }
Expand description
A builder for PointInTimeRecoverySummary
.
Implementations§
source§impl PointInTimeRecoverySummaryBuilder
impl PointInTimeRecoverySummaryBuilder
sourcepub fn status(self, input: PointInTimeRecoveryStatus) -> Self
pub fn status(self, input: PointInTimeRecoveryStatus) -> Self
Shows if point-in-time recovery is enabled or disabled for the specified table.
sourcepub fn set_status(self, input: Option<PointInTimeRecoveryStatus>) -> Self
pub fn set_status(self, input: Option<PointInTimeRecoveryStatus>) -> Self
Shows if point-in-time recovery is enabled or disabled for the specified table.
sourcepub fn earliest_restorable_timestamp(self, input: DateTime) -> Self
pub fn earliest_restorable_timestamp(self, input: DateTime) -> Self
Specifies the earliest possible restore point of the table in ISO 8601 format.
sourcepub fn set_earliest_restorable_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_earliest_restorable_timestamp(self, input: Option<DateTime>) -> Self
Specifies the earliest possible restore point of the table in ISO 8601 format.
sourcepub fn build(self) -> PointInTimeRecoverySummary
pub fn build(self) -> PointInTimeRecoverySummary
Consumes the builder and constructs a PointInTimeRecoverySummary
.
Trait Implementations§
source§impl Clone for PointInTimeRecoverySummaryBuilder
impl Clone for PointInTimeRecoverySummaryBuilder
source§fn clone(&self) -> PointInTimeRecoverySummaryBuilder
fn clone(&self) -> PointInTimeRecoverySummaryBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for PointInTimeRecoverySummaryBuilder
impl Default for PointInTimeRecoverySummaryBuilder
source§fn default() -> PointInTimeRecoverySummaryBuilder
fn default() -> PointInTimeRecoverySummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PointInTimeRecoverySummaryBuilder> for PointInTimeRecoverySummaryBuilder
impl PartialEq<PointInTimeRecoverySummaryBuilder> for PointInTimeRecoverySummaryBuilder
source§fn eq(&self, other: &PointInTimeRecoverySummaryBuilder) -> bool
fn eq(&self, other: &PointInTimeRecoverySummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.