|
|||||||
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()
Default constructor for a new PendingModifiedValues object. |
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 |
getEngineVersion()
Returns the value of the EngineVersion property for this object. |
String |
getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for the DB Instance. |
Boolean |
getMultiAZ()
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment. |
Integer |
getPort()
Specifies the pending port for the DB Instance. |
Boolean |
isMultiAZ()
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment. |
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 |
setEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object. |
void |
setMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB Instance. |
void |
setMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment. |
void |
setPort(Integer port)
Specifies the pending port for the DB Instance. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
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 |
withEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object. |
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB Instance. |
PendingModifiedValues |
withMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment. |
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 Boolean isMultiAZ()
public void setMultiAZ(Boolean multiAZ)
multiAZ
- Indicates that the Single-AZ DB Instance is to change to a Multi-AZ
deployment.public PendingModifiedValues withMultiAZ(Boolean multiAZ)
Returns a reference to this object so that method calls can be chained together.
multiAZ
- Indicates that the Single-AZ DB Instance is to change to a Multi-AZ
deployment.
public Boolean getMultiAZ()
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion
- The new value for the EngineVersion property for this object.public PendingModifiedValues withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion
- The new value for the EngineVersion property for this object.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |