Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBClusterMember> |
DBCluster.dBClusterMembers
Provides the list of instances that make up the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
DBClusterMember |
DBClusterMember.clone() |
DBClusterMember |
DBClusterMember.withDBClusterParameterGroupStatus(java.lang.String dBClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member of
the DB cluster.
|
DBClusterMember |
DBClusterMember.withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.
|
DBClusterMember |
DBClusterMember.withIsClusterWriter(java.lang.Boolean isClusterWriter)
Value that is
true if the cluster member is the primary
instance for the DB cluster and false otherwise. |
DBClusterMember |
DBClusterMember.withPromotionTier(java.lang.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 |
---|---|
java.util.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(java.util.Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
DBCluster |
DBCluster.withDBClusterMembers(java.util.Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
DBClusterMember |
DBClusterMemberStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |