|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.PendingModifiedValues
public class PendingModifiedValues
Constructor Summary | |
---|---|
PendingModifiedValues()
|
Method Summary | |
---|---|
Integer |
getAllocatedStorage()
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress. |
Integer |
getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained. |
String |
getDBInstanceClass()
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress. |
String |
getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for the DB Instance. |
Integer |
getPort()
Specifies the pending port for the DB Instance. |
void |
setAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress. |
void |
setBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained. |
void |
setDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress. |
void |
setMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB Instance. |
void |
setPort(Integer port)
Specifies the pending port for the DB Instance. |
String |
toString()
|
PendingModifiedValues |
withAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress. |
PendingModifiedValues |
withBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained. |
PendingModifiedValues |
withDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress. |
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB Instance. |
PendingModifiedValues |
withPort(Integer port)
Specifies the pending port for the DB Instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PendingModifiedValues()
Method Detail |
---|
public String getDBInstanceClass()
public void setDBInstanceClass(String dBInstanceClass)
dBInstanceClass
- Contains the new DBInstanceClass for the DB Instance that will
be applied or is in progress.public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
Returns a reference to this object so that method calls can be chained together.
dBInstanceClass
- Contains the new DBInstanceClass for the DB Instance that will
be applied or is in progress.
public Integer getAllocatedStorage()
public void setAllocatedStorage(Integer allocatedStorage)
allocatedStorage
- Contains the new AllocatedStorage size for the DB Instance that
will be applied or is in progress.public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
Returns a reference to this object so that method calls can be chained together.
allocatedStorage
- Contains the new AllocatedStorage size for the DB Instance that
will be applied or is in progress.
public String getMasterUserPassword()
public void setMasterUserPassword(String masterUserPassword)
masterUserPassword
- Contains the pending or in-progress change of the master credentials
for the DB Instance.public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Returns a reference to this object so that method calls can be chained together.
masterUserPassword
- Contains the pending or in-progress change of the master credentials
for the DB Instance.
public Integer getPort()
public void setPort(Integer port)
port
- Specifies the pending port for the DB Instance.public PendingModifiedValues withPort(Integer port)
Returns a reference to this object so that method calls can be chained together.
port
- Specifies the pending port for the DB Instance.
public Integer getBackupRetentionPeriod()
public void setBackupRetentionPeriod(Integer backupRetentionPeriod)
backupRetentionPeriod
- Specifies the pending number of days for which automated backups are
retained.public PendingModifiedValues withBackupRetentionPeriod(Integer backupRetentionPeriod)
Returns a reference to this object so that method calls can be chained together.
backupRetentionPeriod
- Specifies the pending number of days for which automated backups are
retained.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |