#[non_exhaustive]pub struct DeleteDbInstanceOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteDbInstanceOutput
.
Implementations§
source§impl DeleteDbInstanceOutputBuilder
impl DeleteDbInstanceOutputBuilder
sourcepub fn db_instance(self, input: DbInstance) -> Self
pub fn db_instance(self, input: DbInstance) -> Self
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance
, CreateDBInstanceReadReplica
, DeleteDBInstance
, DescribeDBInstances
, ModifyDBInstance
, PromoteReadReplica
, RebootDBInstance
, RestoreDBInstanceFromDBSnapshot
, RestoreDBInstanceFromS3
, RestoreDBInstanceToPointInTime
, StartDBInstance
, and StopDBInstance
.
sourcepub fn set_db_instance(self, input: Option<DbInstance>) -> Self
pub fn set_db_instance(self, input: Option<DbInstance>) -> Self
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance
, CreateDBInstanceReadReplica
, DeleteDBInstance
, DescribeDBInstances
, ModifyDBInstance
, PromoteReadReplica
, RebootDBInstance
, RestoreDBInstanceFromDBSnapshot
, RestoreDBInstanceFromS3
, RestoreDBInstanceToPointInTime
, StartDBInstance
, and StopDBInstance
.
sourcepub fn get_db_instance(&self) -> &Option<DbInstance>
pub fn get_db_instance(&self) -> &Option<DbInstance>
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance
, CreateDBInstanceReadReplica
, DeleteDBInstance
, DescribeDBInstances
, ModifyDBInstance
, PromoteReadReplica
, RebootDBInstance
, RestoreDBInstanceFromDBSnapshot
, RestoreDBInstanceFromS3
, RestoreDBInstanceToPointInTime
, StartDBInstance
, and StopDBInstance
.
sourcepub fn build(self) -> DeleteDbInstanceOutput
pub fn build(self) -> DeleteDbInstanceOutput
Consumes the builder and constructs a DeleteDbInstanceOutput
.
Trait Implementations§
source§impl Clone for DeleteDbInstanceOutputBuilder
impl Clone for DeleteDbInstanceOutputBuilder
source§fn clone(&self) -> DeleteDbInstanceOutputBuilder
fn clone(&self) -> DeleteDbInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteDbInstanceOutputBuilder
impl Default for DeleteDbInstanceOutputBuilder
source§fn default() -> DeleteDbInstanceOutputBuilder
fn default() -> DeleteDbInstanceOutputBuilder
source§impl PartialEq for DeleteDbInstanceOutputBuilder
impl PartialEq for DeleteDbInstanceOutputBuilder
source§fn eq(&self, other: &DeleteDbInstanceOutputBuilder) -> bool
fn eq(&self, other: &DeleteDbInstanceOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.