pub struct Builder { /* private fields */ }
Expand description
A builder for PointInTimeRecoverySummary
.
Implementations§
source§impl Builder
impl Builder
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
.