#[non_exhaustive]pub struct StartDbClusterOutputBuilder { /* private fields */ }
Expand description
A builder for StartDbClusterOutput
.
Implementations§
source§impl StartDbClusterOutputBuilder
impl StartDbClusterOutputBuilder
sourcepub fn db_cluster(self, input: DbCluster) -> Self
pub fn db_cluster(self, input: DbCluster) -> Self
Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster
, DeleteDBCluster
, DescribeDBClusters
, FailoverDBCluster
, ModifyDBCluster
, PromoteReadReplicaDBCluster
, RestoreDBClusterFromS3
, RestoreDBClusterFromSnapshot
, RestoreDBClusterToPointInTime
, StartDBCluster
, and StopDBCluster
.
For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster
, DeleteDBCluster
, DescribeDBClusters
, FailoverDBCluster
, ModifyDBCluster
, RebootDBCluster
, RestoreDBClusterFromSnapshot
, and RestoreDBClusterToPointInTime
.
For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
sourcepub fn set_db_cluster(self, input: Option<DbCluster>) -> Self
pub fn set_db_cluster(self, input: Option<DbCluster>) -> Self
Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster
, DeleteDBCluster
, DescribeDBClusters
, FailoverDBCluster
, ModifyDBCluster
, PromoteReadReplicaDBCluster
, RestoreDBClusterFromS3
, RestoreDBClusterFromSnapshot
, RestoreDBClusterToPointInTime
, StartDBCluster
, and StopDBCluster
.
For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster
, DeleteDBCluster
, DescribeDBClusters
, FailoverDBCluster
, ModifyDBCluster
, RebootDBCluster
, RestoreDBClusterFromSnapshot
, and RestoreDBClusterToPointInTime
.
For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
sourcepub fn get_db_cluster(&self) -> &Option<DbCluster>
pub fn get_db_cluster(&self) -> &Option<DbCluster>
Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster
, DeleteDBCluster
, DescribeDBClusters
, FailoverDBCluster
, ModifyDBCluster
, PromoteReadReplicaDBCluster
, RestoreDBClusterFromS3
, RestoreDBClusterFromSnapshot
, RestoreDBClusterToPointInTime
, StartDBCluster
, and StopDBCluster
.
For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster
, DeleteDBCluster
, DescribeDBClusters
, FailoverDBCluster
, ModifyDBCluster
, RebootDBCluster
, RestoreDBClusterFromSnapshot
, and RestoreDBClusterToPointInTime
.
For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
sourcepub fn build(self) -> StartDbClusterOutput
pub fn build(self) -> StartDbClusterOutput
Consumes the builder and constructs a StartDbClusterOutput
.
Trait Implementations§
source§impl Clone for StartDbClusterOutputBuilder
impl Clone for StartDbClusterOutputBuilder
source§fn clone(&self) -> StartDbClusterOutputBuilder
fn clone(&self) -> StartDbClusterOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for StartDbClusterOutputBuilder
impl Debug for StartDbClusterOutputBuilder
source§impl Default for StartDbClusterOutputBuilder
impl Default for StartDbClusterOutputBuilder
source§fn default() -> StartDbClusterOutputBuilder
fn default() -> StartDbClusterOutputBuilder
source§impl PartialEq for StartDbClusterOutputBuilder
impl PartialEq for StartDbClusterOutputBuilder
source§fn eq(&self, other: &StartDbClusterOutputBuilder) -> bool
fn eq(&self, other: &StartDbClusterOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.