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:
  • Constructor Details

    • PendingModifiedValues

      public PendingModifiedValues()
  • Method Details

    • setDBInstanceClass

      public void setDBInstanceClass(String dBInstanceClass)

      Contains the new DBInstanceClass for the DB instance that will be applied or is in progress.

      Parameters:
      dBInstanceClass - Contains the new DBInstanceClass for the DB instance that will be applied or is in progress.
    • getDBInstanceClass

      public String 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

      public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)

      Contains the new DBInstanceClass for the DB instance that will be applied or is in progress.

      Parameters:
      dBInstanceClass - Contains the new DBInstanceClass 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

      public void setAllocatedStorage(Integer allocatedStorage)

      Contains the new AllocatedStorage size for the DB instance that will be applied or is in progress.

      Parameters:
      allocatedStorage - Contains the new AllocatedStorage size for the DB instance that will be applied or is in progress.
    • getAllocatedStorage

      public Integer 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

      public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)

      Contains the new AllocatedStorage size for the DB instance that will be applied or is in progress.

      Parameters:
      allocatedStorage - Contains the new AllocatedStorage 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

      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 DBInstanceIdentifier for the DB instance that will be applied or is in progress.

      Parameters:
      dBInstanceIdentifier - Contains the new DBInstanceIdentifier for the DB instance that will be applied or is in progress.
    • getDBInstanceIdentifier

      public String 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

      public PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)

      Contains the new DBInstanceIdentifier for the DB instance that will be applied or is in progress.

      Parameters:
      dBInstanceIdentifier - Contains the new DBInstanceIdentifier 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

      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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public PendingModifiedValues clone()
      Overrides:
      clone in class Object