Class PendingModifiedValues
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<PendingModifiedValues.Builder,- PendingModifiedValues> 
One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal IntegerContains the newAllocatedStoragesize for then instance that will be applied or is currently being applied.final IntegerSpecifies the pending number of days for which automated backups are retained.builder()final StringSpecifies the identifier of the certificate authority (CA) certificate for the DB instance.final StringContains the newDBInstanceClassfor the instance that will be applied or is currently being applied.final StringContains the newDBInstanceIdentifierfor the instance that will be applied or is currently being applied.final StringThe new subnet group for the instance.final StringIndicates the database engine version.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integeriops()Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.final StringThe license model for the instance.final StringContains the pending or currently in-progress change of the master credentials for the instance.final BooleanmultiAZ()Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.A list of the log types whose configuration is still pending.final Integerport()Specifies the pending port for the instance.static Class<? extends PendingModifiedValues.Builder> final StringSpecifies the storage type to be associated with the instance.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
dbInstanceClassContains the new DBInstanceClassfor the instance that will be applied or is currently being applied.- Returns:
- Contains the new DBInstanceClassfor the instance that will be applied or is currently being applied.
 
- 
allocatedStorageContains the new AllocatedStoragesize for then instance that will be applied or is currently being applied.- Returns:
- Contains the new AllocatedStoragesize for then instance that will be applied or is currently being applied.
 
- 
masterUserPasswordContains the pending or currently in-progress change of the master credentials for the instance. - Returns:
- Contains the pending or currently in-progress change of the master credentials for the instance.
 
- 
portSpecifies the pending port for the instance. - Returns:
- Specifies the pending port for the instance.
 
- 
backupRetentionPeriodSpecifies the pending number of days for which automated backups are retained. - Returns:
- Specifies the pending number of days for which automated backups are retained.
 
- 
multiAZIndicates that the Single-AZ instance is to change to a Multi-AZ deployment. - Returns:
- Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
 
- 
engineVersionIndicates the database engine version. - Returns:
- Indicates the database engine version.
 
- 
licenseModelThe license model for the instance. Valid values: license-included,bring-your-own-license,general-public-license- Returns:
- The license model for the instance.
         Valid values: license-included,bring-your-own-license,general-public-license
 
- 
iopsSpecifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied. - Returns:
- Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
 
- 
dbInstanceIdentifierContains the new DBInstanceIdentifierfor the instance that will be applied or is currently being applied.- Returns:
- Contains the new DBInstanceIdentifierfor the instance that will be applied or is currently being applied.
 
- 
storageTypeSpecifies the storage type to be associated with the instance. - Returns:
- Specifies the storage type to be associated with the instance.
 
- 
caCertificateIdentifierSpecifies the identifier of the certificate authority (CA) certificate for the DB instance. - Returns:
- Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
 
- 
dbSubnetGroupNameThe new subnet group for the instance. - Returns:
- The new subnet group for the instance.
 
- 
pendingCloudwatchLogsExportsA list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated. - Returns:
- A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<PendingModifiedValues.Builder,- PendingModifiedValues> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-