@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) |
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 DB instance that will be applied or is currently being applied.
|
String |
licenseModel()
Not supported by Neptune.
|
String |
masterUserPassword()
Not supported by Neptune.
|
Boolean |
multiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
|
PendingCloudwatchLogsExports |
pendingCloudwatchLogsExports()
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled. |
Integer |
port()
Specifies the pending port for 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() |
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 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 final 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 final String masterUserPassword()
Not supported by Neptune.
public final Integer port()
Specifies the pending port for the DB 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 DB instance is to change to a Multi-AZ deployment.
public final String engineVersion()
Indicates the database engine version.
public final String licenseModel()
Not supported by Neptune.
public final Integer iops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
public final 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 final String storageType()
Specifies the storage type to be associated with the DB instance.
public final String caCertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
public final String dbSubnetGroupName()
The new DB subnet group for the DB instance.
public final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled.
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch
logs are enabled and which are disabled.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 © 2023. All rights reserved.