public class DBClusterMember extends Object implements Serializable, Cloneable
Contains information about an instance that is part of a DB cluster.
Constructor and Description |
---|
DBClusterMember() |
Modifier and Type | Method and Description |
---|---|
DBClusterMember |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupStatus()
Specifies the status of the DB cluster parameter group for this member
of the DB cluster.
|
String |
getDBInstanceIdentifier()
Specifies the instance identifier for this member of the DB cluster.
|
Boolean |
getIsClusterWriter()
Value that is
true if the cluster member is the primary
instance for the DB cluster and false otherwise. |
int |
hashCode() |
Boolean |
isClusterWriter()
Value that is
true if the cluster member is the primary
instance for the DB cluster and false otherwise. |
void |
setDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member
of the DB cluster.
|
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.
|
void |
setIsClusterWriter(Boolean isClusterWriter)
Value that is
true if the cluster member is the primary
instance for the DB cluster and false otherwise. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBClusterMember |
withDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member
of the DB cluster.
|
DBClusterMember |
withDBInstanceIdentifier(String dBInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.
|
DBClusterMember |
withIsClusterWriter(Boolean isClusterWriter)
Value that is
true if the cluster member is the primary
instance for the DB cluster and false otherwise. |
public String getDBInstanceIdentifier()
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
dBInstanceIdentifier
- Specifies the instance identifier for this member of the DB cluster.public DBClusterMember withDBInstanceIdentifier(String dBInstanceIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier
- Specifies the instance identifier for this member of the DB cluster.public Boolean isClusterWriter()
true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.public void setIsClusterWriter(Boolean isClusterWriter)
true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.isClusterWriter
- Value that is true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.public DBClusterMember withIsClusterWriter(Boolean isClusterWriter)
true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.
Returns a reference to this object so that method calls can be chained together.
isClusterWriter
- Value that is true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.public Boolean getIsClusterWriter()
true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.true
if the cluster member is the primary
instance for the DB cluster and false
otherwise.public String getDBClusterParameterGroupStatus()
public void setDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)
dBClusterParameterGroupStatus
- Specifies the status of the DB cluster parameter group for this member
of the DB cluster.public DBClusterMember withDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroupStatus
- Specifies the status of the DB cluster parameter group for this member
of the DB cluster.public String toString()
toString
in class Object
Object.toString()
public DBClusterMember clone()
Copyright © 2015. All rights reserved.