@Generated(value="software.amazon.awssdk:codegen") public final class PendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
Contains the new
AllocatedStorage size for then 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 certificate authority (CA) certificate for the DB instance.
|
String |
dbInstanceClass()
Contains the new
DBInstanceClass for the instance that will be applied or is currently being
applied. |
String |
dbInstanceIdentifier()
Contains the new
DBInstanceIdentifier for the instance that will be applied or is currently being
applied. |
String |
dbSubnetGroupName()
The new subnet group for the instance.
|
String |
engineVersion()
Indicates the database engine version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
iops()
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
|
String |
licenseModel()
The license model for the instance.
|
String |
masterUserPassword()
Contains the pending or currently in-progress change of the master credentials for the instance.
|
Boolean |
multiAZ()
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
|
PendingCloudwatchLogsExports |
pendingCloudwatchLogsExports()
A list of the log types whose configuration is still pending.
|
Integer |
port()
Specifies the pending port for the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PendingModifiedValues.Builder> |
serializableBuilderClass() |
String |
storageType()
Specifies the storage type to be associated with the instance.
|
PendingModifiedValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbInstanceClass()
Contains the new DBInstanceClass for the instance that will be applied or is currently being
applied.
DBInstanceClass for the instance that will be applied or is currently being
applied.public final Integer allocatedStorage()
Contains the new AllocatedStorage size for then instance that will be applied or is currently being
applied.
AllocatedStorage size for then instance that will be applied or is
currently being applied.public final String masterUserPassword()
Contains the pending or currently in-progress change of the master credentials for the instance.
public final Integer port()
Specifies the pending port for the instance.
public final Integer backupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.
public final Boolean multiAZ()
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
public final String engineVersion()
Indicates the database engine version.
public final String licenseModel()
The license model for the instance.
Valid values: license-included, bring-your-own-license,
general-public-license
Valid values: license-included, bring-your-own-license,
general-public-license
public final Integer iops()
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
public final String dbInstanceIdentifier()
Contains the new DBInstanceIdentifier for the instance that will be applied or is currently being
applied.
DBInstanceIdentifier for the instance that will be applied or is currently
being applied.public final String storageType()
Specifies the storage type to be associated with the instance.
public final String caCertificateIdentifier()
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
public final String dbSubnetGroupName()
The new subnet group for the instance.
public final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
public PendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>public static PendingModifiedValues.Builder builder()
public static Class<? extends PendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.