@Generated(value="software.amazon.awssdk:codegen") public final class PendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
This data type is used as a response element in the ModifyDBInstance action.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
PendingModifiedValues.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
allocatedStorage()
 Contains the new  
AllocatedStorage size for the DB instance that will be applied or is currently
 being applied. | 
Integer | 
backupRetentionPeriod()
 Specifies the pending number of days for which automated backups are retained. 
 | 
static PendingModifiedValues.Builder | 
builder()  | 
String | 
caCertificateIdentifier()
 Specifies the identifier of the CA certificate for the DB instance. 
 | 
String | 
dbInstanceClass()
 Contains the new  
DBInstanceClass for the DB instance that will be applied or is currently being
 applied. | 
String | 
dbInstanceIdentifier()
 Contains the new  
DBInstanceIdentifier for the DB instance that will be applied or is currently being
 applied. | 
String | 
dbSubnetGroupName()
 The new DB subnet group for the DB instance. 
 | 
String | 
engineVersion()
 Indicates the database engine version. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
Integer | 
iops()
 Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied. 
 | 
String | 
licenseModel()
 The license model for the DB instance. 
 | 
String | 
masterUserPassword()
 Contains the pending or currently-in-progress change of the master credentials for the DB instance. 
 | 
Boolean | 
multiAZ()
 Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment. 
 | 
PendingCloudwatchLogsExports | 
pendingCloudwatchLogsExports()
Returns the value of the PendingCloudwatchLogsExports property for this object. 
 | 
Integer | 
port()
 Specifies the pending port for the DB instance. 
 | 
List<ProcessorFeature> | 
processorFeatures()
 The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends PendingModifiedValues.Builder> | 
serializableBuilderClass()  | 
String | 
storageType()
 Specifies the storage type to be associated with the DB instance. 
 | 
PendingModifiedValues.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String dbInstanceClass()
 Contains the new DBInstanceClass for the DB instance that will be applied or is currently being
 applied.
 
DBInstanceClass for the DB instance that will be applied or is currently
         being applied.public Integer allocatedStorage()
 Contains the new AllocatedStorage size for the DB instance that will be applied or is currently
 being applied.
 
AllocatedStorage size for the DB instance that will be applied or is
         currently being applied.public String masterUserPassword()
Contains the pending or currently-in-progress change of the master credentials for the DB instance.
public Integer port()
Specifies the pending port for the DB instance.
public Integer backupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.
public Boolean multiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
public String engineVersion()
Indicates the database engine version.
public String licenseModel()
The license model for the DB instance.
 Valid values: license-included | bring-your-own-license |
 general-public-license
 
         Valid values: license-included | bring-your-own-license |
         general-public-license
public Integer iops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
public String dbInstanceIdentifier()
 Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being
 applied.
 
DBInstanceIdentifier for the DB instance that will be applied or is
         currently being applied.public String storageType()
Specifies the storage type to be associated with the DB instance.
public String caCertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
public String dbSubnetGroupName()
The new DB subnet group for the DB instance.
public PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
public List<ProcessorFeature> processorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PendingModifiedValues.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>public static PendingModifiedValues.Builder builder()
public static Class<? extends PendingModifiedValues.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.