Class PendingModifiedValues
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a response element in the ModifyDBInstance action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Contains the newAllocatedStorage
size for the DB instance that will be applied or is in progress.Specifies the pending number of days for which automated backups are retained.Specifies the identifier of the CA certificate for the DB instance.Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.Contains the newDBInstanceIdentifier
for the DB instance that will be applied or is in progress.Indicates the database engine version.getIops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.Contains the pending or in-progress change of the master credentials for the DB instance.Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.getPort()
Specifies the pending port for the DB instance.Specifies the storage type to be associated with the DB instance.int
hashCode()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.void
setAllocatedStorage
(Integer allocatedStorage) Contains the newAllocatedStorage
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
setCACertificateIdentifier
(String cACertificateIdentifier) Specifies the identifier of the CA certificate for the DB instance.void
setDBInstanceClass
(String dBInstanceClass) Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.void
setDBInstanceIdentifier
(String dBInstanceIdentifier) Contains the newDBInstanceIdentifier
for the DB instance that will be applied or is in progress.void
setEngineVersion
(String engineVersion) Indicates the database engine version.void
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.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
Specifies the pending port for the DB instance.void
setStorageType
(String storageType) Specifies the storage type to be associated with the DB instance.toString()
Returns a string representation of this object; useful for testing and debugging.withAllocatedStorage
(Integer allocatedStorage) Contains the newAllocatedStorage
size for the DB instance that will be applied or is in progress.withBackupRetentionPeriod
(Integer backupRetentionPeriod) Specifies the pending number of days for which automated backups are retained.withCACertificateIdentifier
(String cACertificateIdentifier) Specifies the identifier of the CA certificate for the DB instance.withDBInstanceClass
(String dBInstanceClass) Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.withDBInstanceIdentifier
(String dBInstanceIdentifier) Contains the newDBInstanceIdentifier
for the DB instance that will be applied or is in progress.withEngineVersion
(String engineVersion) Indicates the database engine version.Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.withMasterUserPassword
(String masterUserPassword) Contains the pending or in-progress change of the master credentials for the DB instance.withMultiAZ
(Boolean multiAZ) Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.Specifies the pending port for the DB instance.withStorageType
(String storageType) Specifies the storage type to be associated with the DB instance.
-
Constructor Details
-
PendingModifiedValues
public PendingModifiedValues()
-
-
Method Details
-
setDBInstanceClass
Contains the new
DBInstanceClass
for the DB instance that will be applied or is in progress.- Parameters:
dBInstanceClass
- Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.
-
getDBInstanceClass
Contains the new
DBInstanceClass
for the DB instance that will be applied or is in progress.- Returns:
- Contains the new
DBInstanceClass
for the DB instance that will be applied or is in progress.
-
withDBInstanceClass
Contains the new
DBInstanceClass
for the DB instance that will be applied or is in progress.- Parameters:
dBInstanceClass
- Contains the newDBInstanceClass
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.
-
setAllocatedStorage
Contains the new
AllocatedStorage
size for the DB instance that will be applied or is in progress.- Parameters:
allocatedStorage
- Contains the newAllocatedStorage
size for the DB instance that will be applied or is in progress.
-
getAllocatedStorage
Contains the new
AllocatedStorage
size for the DB instance that will be applied or is in progress.- Returns:
- Contains the new
AllocatedStorage
size for the DB instance that will be applied or is in progress.
-
withAllocatedStorage
Contains the new
AllocatedStorage
size for the DB instance that will be applied or is in progress.- Parameters:
allocatedStorage
- Contains the newAllocatedStorage
size 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
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
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
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
Specifies the pending port for the DB instance.
- Parameters:
port
- Specifies the pending port for the DB instance.
-
getPort
Specifies the pending port for the DB instance.
- Returns:
- Specifies the pending port for the DB instance.
-
withPort
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
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
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
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
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
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
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
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
Indicates the database engine version.
- Parameters:
engineVersion
- Indicates the database engine version.
-
getEngineVersion
Indicates the database engine version.
- Returns:
- Indicates the database engine version.
-
withEngineVersion
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
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
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
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
Contains the new
DBInstanceIdentifier
for the DB instance that will be applied or is in progress.- Parameters:
dBInstanceIdentifier
- Contains the newDBInstanceIdentifier
for the DB instance that will be applied or is in progress.
-
getDBInstanceIdentifier
Contains the new
DBInstanceIdentifier
for the DB instance that will be applied or is in progress.- Returns:
- Contains the new
DBInstanceIdentifier
for the DB instance that will be applied or is in progress.
-
withDBInstanceIdentifier
Contains the new
DBInstanceIdentifier
for the DB instance that will be applied or is in progress.- Parameters:
dBInstanceIdentifier
- Contains the newDBInstanceIdentifier
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.
-
setStorageType
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
Specifies the storage type to be associated with the DB instance.
- Returns:
- Specifies the storage type to be associated with the DB instance.
-
withStorageType
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
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
Specifies the identifier of the CA certificate for the DB instance.
- Returns:
- Specifies the identifier of the CA certificate for the DB instance.
-
withCACertificateIdentifier
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-