Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBClusterMember |
DBClusterMember.clone() |
DBClusterMember |
DBClusterMember.withDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member of
the DB cluster.
|
DBClusterMember |
DBClusterMember.withDBInstanceIdentifier(String dBInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.
|
DBClusterMember |
DBClusterMember.withIsClusterWriter(Boolean isClusterWriter)
Value that is
true if the cluster member is the primary
instance for the DB cluster and false otherwise. |
DBClusterMember |
DBClusterMember.withPromotionTier(Integer promotionTier)
A value that specifies the order in which an Aurora Replica is promoted
to the primary instance after a failure of the existing primary instance.
|
Modifier and Type | Method and Description |
---|---|
List<DBClusterMember> |
DBCluster.getDBClusterMembers()
Provides the list of instances that make up the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
DBCluster |
DBCluster.withDBClusterMembers(DBClusterMember... dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
DBCluster.setDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
DBCluster |
DBCluster.withDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
Copyright © 2018. All rights reserved.