Class PendingModifiedValues
- java.lang.Object
-
- com.amazonaws.services.rds.model.PendingModifiedValues
-
- All Implemented Interfaces:
Serializable,Cloneable
public class PendingModifiedValues extends Object implements Serializable, Cloneable
This data type is used as a response element in the ModifyDBInstance action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PendingModifiedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingModifiedValuesclone()booleanequals(Object obj)IntegergetAllocatedStorage()Contains the newAllocatedStoragesize for the DB instance that will be applied or is in progress.IntegergetBackupRetentionPeriod()Specifies the pending number of days for which automated backups are retained.StringgetCACertificateIdentifier()Specifies the identifier of the CA certificate for the DB instance.StringgetDBInstanceClass()Contains the newDBInstanceClassfor the DB instance that will be applied or is in progress.StringgetDBInstanceIdentifier()Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is in progress.StringgetEngineVersion()Indicates the database engine version.IntegergetIops()Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.StringgetMasterUserPassword()Contains the pending or in-progress change of the master credentials for the DB instance.BooleangetMultiAZ()Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.IntegergetPort()Specifies the pending port for the DB instance.StringgetStorageType()Specifies the storage type to be associated with the DB instance.inthashCode()BooleanisMultiAZ()Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.voidsetAllocatedStorage(Integer allocatedStorage)Contains the newAllocatedStoragesize for the DB instance that will be applied or is in progress.voidsetBackupRetentionPeriod(Integer backupRetentionPeriod)Specifies the pending number of days for which automated backups are retained.voidsetCACertificateIdentifier(String cACertificateIdentifier)Specifies the identifier of the CA certificate for the DB instance.voidsetDBInstanceClass(String dBInstanceClass)Contains the newDBInstanceClassfor the DB instance that will be applied or is in progress.voidsetDBInstanceIdentifier(String dBInstanceIdentifier)Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is in progress.voidsetEngineVersion(String engineVersion)Indicates the database engine version.voidsetIops(Integer iops)Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.voidsetMasterUserPassword(String masterUserPassword)Contains the pending or in-progress change of the master credentials for the DB instance.voidsetMultiAZ(Boolean multiAZ)Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.voidsetPort(Integer port)Specifies the pending port for the DB instance.voidsetStorageType(String storageType)Specifies the storage type to be associated with the DB instance.StringtoString()Returns a string representation of this object; useful for testing and debugging.PendingModifiedValueswithAllocatedStorage(Integer allocatedStorage)Contains the newAllocatedStoragesize for the DB instance that will be applied or is in progress.PendingModifiedValueswithBackupRetentionPeriod(Integer backupRetentionPeriod)Specifies the pending number of days for which automated backups are retained.PendingModifiedValueswithCACertificateIdentifier(String cACertificateIdentifier)Specifies the identifier of the CA certificate for the DB instance.PendingModifiedValueswithDBInstanceClass(String dBInstanceClass)Contains the newDBInstanceClassfor the DB instance that will be applied or is in progress.PendingModifiedValueswithDBInstanceIdentifier(String dBInstanceIdentifier)Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is in progress.PendingModifiedValueswithEngineVersion(String engineVersion)Indicates the database engine version.PendingModifiedValueswithIops(Integer iops)Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.PendingModifiedValueswithMasterUserPassword(String masterUserPassword)Contains the pending or in-progress change of the master credentials for the DB instance.PendingModifiedValueswithMultiAZ(Boolean multiAZ)Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.PendingModifiedValueswithPort(Integer port)Specifies the pending port for the DB instance.PendingModifiedValueswithStorageType(String storageType)Specifies the storage type to be associated with the DB instance.
-
-
-
Method Detail
-
setDBInstanceClass
public void setDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClassfor the DB instance that will be applied or is in progress.- Parameters:
dBInstanceClass- Contains the newDBInstanceClassfor the DB instance that will be applied or is in progress.
-
getDBInstanceClass
public String getDBInstanceClass()
Contains the new
DBInstanceClassfor the DB instance that will be applied or is in progress.- Returns:
- Contains the new
DBInstanceClassfor the DB instance that will be applied or is in progress.
-
withDBInstanceClass
public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClassfor the DB instance that will be applied or is in progress.- Parameters:
dBInstanceClass- Contains the newDBInstanceClassfor the DB instance that will be applied or is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAllocatedStorage
public void setAllocatedStorage(Integer allocatedStorage)
Contains the new
AllocatedStoragesize for the DB instance that will be applied or is in progress.- Parameters:
allocatedStorage- Contains the newAllocatedStoragesize for the DB instance that will be applied or is in progress.
-
getAllocatedStorage
public Integer getAllocatedStorage()
Contains the new
AllocatedStoragesize for the DB instance that will be applied or is in progress.- Returns:
- Contains the new
AllocatedStoragesize for the DB instance that will be applied or is in progress.
-
withAllocatedStorage
public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
Contains the new
AllocatedStoragesize for the DB instance that will be applied or is in progress.- Parameters:
allocatedStorage- Contains the newAllocatedStoragesize for the DB instance that will be applied or is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMasterUserPassword
public void setMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB instance.
- Parameters:
masterUserPassword- Contains the pending or in-progress change of the master credentials for the DB instance.
-
getMasterUserPassword
public String getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for the DB instance.
- Returns:
- Contains the pending or in-progress change of the master credentials for the DB instance.
-
withMasterUserPassword
public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB instance.
- Parameters:
masterUserPassword- Contains the pending or in-progress change of the master credentials for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPort
public void setPort(Integer port)
Specifies the pending port for the DB instance.
- Parameters:
port- Specifies the pending port for the DB instance.
-
getPort
public Integer getPort()
Specifies the pending port for the DB instance.
- Returns:
- Specifies the pending port for the DB instance.
-
withPort
public PendingModifiedValues withPort(Integer port)
Specifies the pending port for the DB instance.
- Parameters:
port- Specifies the pending port for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setBackupRetentionPeriod
public void setBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.
- Parameters:
backupRetentionPeriod- Specifies the pending number of days for which automated backups are retained.
-
getBackupRetentionPeriod
public Integer getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.
- Returns:
- Specifies the pending number of days for which automated backups are retained.
-
withBackupRetentionPeriod
public PendingModifiedValues withBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.
- Parameters:
backupRetentionPeriod- Specifies the pending number of days for which automated backups are retained.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMultiAZ
public void setMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
- Parameters:
multiAZ- Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
-
getMultiAZ
public Boolean getMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
- Returns:
- Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
-
withMultiAZ
public PendingModifiedValues withMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
- Parameters:
multiAZ- Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isMultiAZ
public Boolean isMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
- Returns:
- Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
-
setEngineVersion
public void setEngineVersion(String engineVersion)
Indicates the database engine version.
- Parameters:
engineVersion- Indicates the database engine version.
-
getEngineVersion
public String getEngineVersion()
Indicates the database engine version.
- Returns:
- Indicates the database engine version.
-
withEngineVersion
public PendingModifiedValues withEngineVersion(String engineVersion)
Indicates the database engine version.
- Parameters:
engineVersion- Indicates the database engine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIops
public void setIops(Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
- Parameters:
iops- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
-
getIops
public Integer getIops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
- Returns:
- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
-
withIops
public PendingModifiedValues withIops(Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
- Parameters:
iops- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDBInstanceIdentifier
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifierfor the DB instance that will be applied or is in progress.- Parameters:
dBInstanceIdentifier- Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is in progress.
-
getDBInstanceIdentifier
public String getDBInstanceIdentifier()
Contains the new
DBInstanceIdentifierfor the DB instance that will be applied or is in progress.- Returns:
- Contains the new
DBInstanceIdentifierfor the DB instance that will be applied or is in progress.
-
withDBInstanceIdentifier
public PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifierfor the DB instance that will be applied or is in progress.- Parameters:
dBInstanceIdentifier- Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStorageType
public void setStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
- Parameters:
storageType- Specifies the storage type to be associated with the DB instance.
-
getStorageType
public String getStorageType()
Specifies the storage type to be associated with the DB instance.
- Returns:
- Specifies the storage type to be associated with the DB instance.
-
withStorageType
public PendingModifiedValues withStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
- Parameters:
storageType- Specifies the storage type to be associated with the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCACertificateIdentifier
public void setCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
- Parameters:
cACertificateIdentifier- Specifies the identifier of the CA certificate for the DB instance.
-
getCACertificateIdentifier
public String getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
- Returns:
- Specifies the identifier of the CA certificate for the DB instance.
-
withCACertificateIdentifier
public PendingModifiedValues withCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
- Parameters:
cACertificateIdentifier- Specifies the identifier of the CA certificate for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public PendingModifiedValues clone()
-
-