Struct aws_sdk_rds::operation::backtrack_db_cluster::builders::BacktrackDbClusterOutputBuilder
source · #[non_exhaustive]pub struct BacktrackDbClusterOutputBuilder { /* private fields */ }Expand description
A builder for BacktrackDbClusterOutput.
Implementations§
source§impl BacktrackDbClusterOutputBuilder
impl BacktrackDbClusterOutputBuilder
sourcepub fn db_cluster_identifier(self, input: impl Into<String>) -> Self
pub fn db_cluster_identifier(self, input: impl Into<String>) -> Self
Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
sourcepub fn set_db_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_db_cluster_identifier(self, input: Option<String>) -> Self
Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
sourcepub fn backtrack_identifier(self, input: impl Into<String>) -> Self
pub fn backtrack_identifier(self, input: impl Into<String>) -> Self
Contains the backtrack identifier.
sourcepub fn set_backtrack_identifier(self, input: Option<String>) -> Self
pub fn set_backtrack_identifier(self, input: Option<String>) -> Self
Contains the backtrack identifier.
sourcepub fn backtrack_to(self, input: DateTime) -> Self
pub fn backtrack_to(self, input: DateTime) -> Self
The timestamp of the time to which the DB cluster was backtracked.
sourcepub fn set_backtrack_to(self, input: Option<DateTime>) -> Self
pub fn set_backtrack_to(self, input: Option<DateTime>) -> Self
The timestamp of the time to which the DB cluster was backtracked.
sourcepub fn backtracked_from(self, input: DateTime) -> Self
pub fn backtracked_from(self, input: DateTime) -> Self
The timestamp of the time from which the DB cluster was backtracked.
sourcepub fn set_backtracked_from(self, input: Option<DateTime>) -> Self
pub fn set_backtracked_from(self, input: Option<DateTime>) -> Self
The timestamp of the time from which the DB cluster was backtracked.
sourcepub fn backtrack_request_creation_time(self, input: DateTime) -> Self
pub fn backtrack_request_creation_time(self, input: DateTime) -> Self
The timestamp of the time at which the backtrack was requested.
sourcepub fn set_backtrack_request_creation_time(
self,
input: Option<DateTime>
) -> Self
pub fn set_backtrack_request_creation_time( self, input: Option<DateTime> ) -> Self
The timestamp of the time at which the backtrack was requested.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of the backtrack. This property returns one of the following values:
-
applying- The backtrack is currently being applied to or rolled back from the DB cluster. -
completed- The backtrack has successfully been applied to or rolled back from the DB cluster. -
failed- An error occurred while the backtrack was applied to or rolled back from the DB cluster. -
pending- The backtrack is currently pending application to or rollback from the DB cluster.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the backtrack. This property returns one of the following values:
-
applying- The backtrack is currently being applied to or rolled back from the DB cluster. -
completed- The backtrack has successfully been applied to or rolled back from the DB cluster. -
failed- An error occurred while the backtrack was applied to or rolled back from the DB cluster. -
pending- The backtrack is currently pending application to or rollback from the DB cluster.
sourcepub fn build(self) -> BacktrackDbClusterOutput
pub fn build(self) -> BacktrackDbClusterOutput
Consumes the builder and constructs a BacktrackDbClusterOutput.
Trait Implementations§
source§impl Clone for BacktrackDbClusterOutputBuilder
impl Clone for BacktrackDbClusterOutputBuilder
source§fn clone(&self) -> BacktrackDbClusterOutputBuilder
fn clone(&self) -> BacktrackDbClusterOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BacktrackDbClusterOutputBuilder
impl Default for BacktrackDbClusterOutputBuilder
source§fn default() -> BacktrackDbClusterOutputBuilder
fn default() -> BacktrackDbClusterOutputBuilder
source§impl PartialEq<BacktrackDbClusterOutputBuilder> for BacktrackDbClusterOutputBuilder
impl PartialEq<BacktrackDbClusterOutputBuilder> for BacktrackDbClusterOutputBuilder
source§fn eq(&self, other: &BacktrackDbClusterOutputBuilder) -> bool
fn eq(&self, other: &BacktrackDbClusterOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.