pub struct DeleteDBInstanceAutomatedBackup { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteDBInstanceAutomatedBackup.
Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.
Implementations
sourceimpl DeleteDBInstanceAutomatedBackup
impl DeleteDBInstanceAutomatedBackup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteDBInstanceAutomatedBackup, AwsResponseRetryClassifier>, SdkError<DeleteDBInstanceAutomatedBackupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteDBInstanceAutomatedBackup, AwsResponseRetryClassifier>, SdkError<DeleteDBInstanceAutomatedBackupError>>
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<DeleteDbInstanceAutomatedBackupOutput, SdkError<DeleteDBInstanceAutomatedBackupError>>
pub async fn send(
self
) -> Result<DeleteDbInstanceAutomatedBackupOutput, SdkError<DeleteDBInstanceAutomatedBackupError>>
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 dbi_resource_id(self, input: impl Into<String>) -> Self
pub fn dbi_resource_id(self, input: impl Into<String>) -> Self
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
sourcepub fn set_dbi_resource_id(self, input: Option<String>) -> Self
pub fn set_dbi_resource_id(self, input: Option<String>) -> Self
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
sourcepub fn db_instance_automated_backups_arn(self, input: impl Into<String>) -> Self
pub fn db_instance_automated_backups_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.
This setting doesn't apply to RDS Custom.
sourcepub fn set_db_instance_automated_backups_arn(self, input: Option<String>) -> Self
pub fn set_db_instance_automated_backups_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.
This setting doesn't apply to RDS Custom.
Trait Implementations
sourceimpl Clone for DeleteDBInstanceAutomatedBackup
impl Clone for DeleteDBInstanceAutomatedBackup
sourcefn clone(&self) -> DeleteDBInstanceAutomatedBackup
fn clone(&self) -> DeleteDBInstanceAutomatedBackup
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more