pub struct StopDBInstanceAutomatedBackupsReplication { /* private fields */ }Expand description
Fluent builder constructing a request to StopDBInstanceAutomatedBackupsReplication.
Stops automated backup replication for a DB instance.
This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
Implementations
sourceimpl StopDBInstanceAutomatedBackupsReplication
impl StopDBInstanceAutomatedBackupsReplication
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<StopDBInstanceAutomatedBackupsReplication, AwsResponseRetryClassifier>, SdkError<StopDBInstanceAutomatedBackupsReplicationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<StopDBInstanceAutomatedBackupsReplication, AwsResponseRetryClassifier>, SdkError<StopDBInstanceAutomatedBackupsReplicationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<StopDbInstanceAutomatedBackupsReplicationOutput, SdkError<StopDBInstanceAutomatedBackupsReplicationError>>
pub async fn send(
self
) -> Result<StopDbInstanceAutomatedBackupsReplicationOutput, SdkError<StopDBInstanceAutomatedBackupsReplicationError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn source_db_instance_arn(self, input: impl Into<String>) -> Self
pub fn source_db_instance_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.
sourcepub fn set_source_db_instance_arn(self, input: Option<String>) -> Self
pub fn set_source_db_instance_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.
Trait Implementations
sourceimpl Clone for StopDBInstanceAutomatedBackupsReplication
impl Clone for StopDBInstanceAutomatedBackupsReplication
sourcefn clone(&self) -> StopDBInstanceAutomatedBackupsReplication
fn clone(&self) -> StopDBInstanceAutomatedBackupsReplication
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more