Struct aws_sdk_securityhub::model::aws_rds_db_cluster_member::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsRdsDbClusterMember
Implementations
Whether the cluster member is the primary instance for the DB cluster.
Whether the cluster member is the primary instance for the DB cluster.
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
The instance identifier for this member of the DB cluster.
The instance identifier for this member of the DB cluster.
The status of the DB cluster parameter group for this member of the DB cluster.
The status of the DB cluster parameter group for this member of the DB cluster.
Consumes the builder and constructs a AwsRdsDbClusterMember
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
