#[non_exhaustive]pub struct ContinuousBackupsDescriptionBuilder { /* private fields */ }
Expand description
A builder for ContinuousBackupsDescription
.
Implementations§
source§impl ContinuousBackupsDescriptionBuilder
impl ContinuousBackupsDescriptionBuilder
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§
source§impl Clone for ContinuousBackupsDescriptionBuilder
impl Clone for ContinuousBackupsDescriptionBuilder
source§fn clone(&self) -> ContinuousBackupsDescriptionBuilder
fn clone(&self) -> ContinuousBackupsDescriptionBuilder
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 ContinuousBackupsDescriptionBuilder
impl Default for ContinuousBackupsDescriptionBuilder
source§fn default() -> ContinuousBackupsDescriptionBuilder
fn default() -> ContinuousBackupsDescriptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ContinuousBackupsDescriptionBuilder> for ContinuousBackupsDescriptionBuilder
impl PartialEq<ContinuousBackupsDescriptionBuilder> for ContinuousBackupsDescriptionBuilder
source§fn eq(&self, other: &ContinuousBackupsDescriptionBuilder) -> bool
fn eq(&self, other: &ContinuousBackupsDescriptionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.