@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbPendingModifiedValues.Builder,AwsRdsDbPendingModifiedValues>
Changes to a DB instance that are currently pending.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbPendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The new value of the allocated storage for the DB instance.
|
Integer |
backupRetentionPeriod()
The new backup retention period for the DB instance.
|
static AwsRdsDbPendingModifiedValues.Builder |
builder() |
String |
caCertificateIdentifier()
The new CA certificate identifier for the DB instance.
|
String |
dbInstanceClass()
The new DB instance class for the DB instance.
|
String |
dbInstanceIdentifier()
The new DB instance identifier for the DB instance.
|
String |
dbSubnetGroupName()
The name of the new subnet group for the DB instance.
|
String |
engineVersion()
The new engine version for the DB instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasProcessorFeatures()
For responses, this returns true if the service returned a value for the ProcessorFeatures property.
|
Integer |
iops()
The new provisioned IOPS value for the DB instance.
|
String |
licenseModel()
The new license model value for the DB instance.
|
String |
masterUserPassword()
The new master user password for the DB instance.
|
Boolean |
multiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
AwsRdsPendingCloudWatchLogsExports |
pendingCloudWatchLogsExports()
A list of log types that are being enabled or disabled.
|
Integer |
port()
The new port for the DB instance.
|
List<AwsRdsDbProcessorFeature> |
processorFeatures()
Processor features that are being updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbPendingModifiedValues.Builder> |
serializableBuilderClass() |
String |
storageType()
The new storage type for the DB instance.
|
AwsRdsDbPendingModifiedValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbInstanceClass()
The new DB instance class for the DB instance.
public final Integer allocatedStorage()
The new value of the allocated storage for the DB instance.
public final String masterUserPassword()
The new master user password for the DB instance.
public final Integer port()
The new port for the DB instance.
public final Integer backupRetentionPeriod()
The new backup retention period for the DB instance.
public final Boolean multiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
public final String engineVersion()
The new engine version for the DB instance.
public final String licenseModel()
The new license model value for the DB instance.
public final Integer iops()
The new provisioned IOPS value for the DB instance.
public final String dbInstanceIdentifier()
The new DB instance identifier for the DB instance.
public final String storageType()
The new storage type for the DB instance.
public final String caCertificateIdentifier()
The new CA certificate identifier for the DB instance.
public final String dbSubnetGroupName()
The name of the new subnet group for the DB instance.
public final AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports()
A list of log types that are being enabled or disabled.
public final boolean hasProcessorFeatures()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AwsRdsDbProcessorFeature> processorFeatures()
Processor features that are being updated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasProcessorFeatures() method.
public AwsRdsDbPendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbPendingModifiedValues.Builder,AwsRdsDbPendingModifiedValues>public static AwsRdsDbPendingModifiedValues.Builder builder()
public static Class<? extends AwsRdsDbPendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.